@charset "UTF-8";
html {
  -webkit-font-smoothing: antialiased;
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  font-family: Arial, Microsoft Yahei;
}

header,
hgroup,
nav,
menu,
main,
section,
article,
summary,
details,
aside,
figure,
figcaption,
footer {
  display: block;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: 400;
}

dl,
ol,
ul {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

a {
  text-decoration: none;
  /*blr: expression(this.onFocus=this.blur());*/
}

a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
  outline: none;
  /*blr: expression(this.onFocus=this.blur());*/
}

a:focus,
a:hover,
a:active {
  outline: none;
  /*blr: expression(this.onFocus=this.blur());*/
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

textarea {
  resize: none;
  font-family: Arial, Microsoft Yahei;
}

img {
  vertical-align: middle;
  height: auto;
}

button,
input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
  blr: expression(this.onFocus=this.blur());
  font-family: Microsoft Yahei;
}

button {
  -webkit-appearance: none;
}

body,
input,
select,
button,
textarea {
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  vertical-align: middle;
}

#web-ietip {
  width: 526px;
  height: 90px;
  padding: 83px 0 0 84px;
  overflow: hidden;
  background: url(../images/browser.png) no-repeat center center;
  margin: 200px auto 0;
}

#web-ietip a {
  display: block;
  width: 65px;
  height: 80px;
  float: left;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.eps2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.eps3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.eps5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.eps6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.eps7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.eps9 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}

.teaser {
  opacity: 0;
  -webkit-transform: translate3d(0, 25%, 0);
          transform: translate3d(0, 25%, 0);
  -webkit-transition: opacity 1s ease-out 0.2s, -webkit-transform 1s ease-out 0.2s, -webkit-box-shadow .3s;
  transition: opacity 1s ease-out 0.2s, -webkit-transform 1s ease-out 0.2s, -webkit-box-shadow .3s;
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s, box-shadow .3s;
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s, box-shadow .3s, -webkit-transform 1s ease-out 0.2s, -webkit-box-shadow .3s;
}

.teaser.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.lefter {
  opacity: 0;
  -webkit-transform: translate3d(-35%, 35%, 0);
          transform: translate3d(-35%, 35%, 0);
  -webkit-transition: opacity 1s ease-out 0.2s, -webkit-transform 1s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, -webkit-transform 1s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s, -webkit-transform 1s ease-out 0.2s;
}

.lefter.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.righter {
  opacity: 0;
  -webkit-transform: translate3d(35%, 35%, 0);
          transform: translate3d(35%, 35%, 0);
  -webkit-transition: opacity 1s ease-out 0.2s, -webkit-transform 1s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, -webkit-transform 1s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s, -webkit-transform 1s ease-out 0.2s;
}

.righter.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.downer {
  opacity: 0;
  -webkit-transform: translate3d(0, -35%, 0);
          transform: translate3d(0, -35%, 0);
  -webkit-transition: opacity 1s ease-out 0.2s, -webkit-transform 1s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, -webkit-transform 1s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s, -webkit-transform 1s ease-out 0.2s;
}

.downer.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.lter {
  opacity: 0;
  -webkit-transform: translate3d(-35%, 0, 0);
          transform: translate3d(-35%, 0, 0);
  -webkit-transition: opacity 1s ease-out 0.2s, -webkit-transform 1s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, -webkit-transform 1s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s, -webkit-transform 1s ease-out 0.2s;
}

.lter.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.rter {
  opacity: 0;
  -webkit-transform: translate3d(35%, 0, 0);
          transform: translate3d(35%, 0, 0);
  -webkit-transition: opacity 1s ease-out 0.2s, -webkit-transform 1s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, -webkit-transform 1s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s, -webkit-transform 1s ease-out 0.2s;
}

.rter.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.delay2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.delay10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.r-f:nth-child(4n+1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.r-f:nth-child(4n+2) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.r-f:nth-child(4n+3) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.r-f:nth-child(4n+4) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.r-f2:nth-child(4n+1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.r-f2:nth-child(4n+2) {
  -webkit-transition-delay: .05s;
          transition-delay: .05s;
}

.r-f2:nth-child(4n+3) {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.r-f2:nth-child(4n+4) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

.r-t:nth-child(3n+1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.r-t:nth-child(3n+2) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.r-t:nth-child(3n+3) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

body {
  color: #000;
  line-height: 1;
  min-width: 1200px;
  overflow-x: auto;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}

header {
  width: 100%;
  height: 118px;
}

header .h-a {
  width: 100%;
  height: 118px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

header .h-a .h-container {
  height: 100%;
  line-height: 118px;
  margin: 0 auto;
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
}

header .h-a .h-container .h-left {
  width: 187px;
  height: 100%;
  line-height: 118px;
  /* float: left; */
}

header .h-a .h-container .h-left img {
  width: auto;
  height: 88px;
}

header .h-a .h-container .h-left .img-2 {
  display: none;
}

header .h-a .h-container .h-right {
  font-size: 0;
  /* float: right; */
  height: 100%;
  line-height: 118px;
  font-size: 0;
}

header .h-a .h-container .h-right .right-a {
  display: inline-block;
  padding: 0 30px;
  vertical-align: middle;
  position: relative;
  height: 100%;
  vertical-align: top;
}

header .h-a .h-container .h-right .right-a .right-text {
  display: block;
  cursor: pointer;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 118px;
}

header .h-a .h-container .h-right .right-a .right-text span {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
}

header .h-a .h-container .h-right .right-a.active span:after {
  content: '';
  display: block;
  margin-top: 20px;
  width: 100%;
  border-bottom: 2px solid #fff;
}

header .h-a .h-container .h-right .right-a:hover span:after {
  content: '';
  display: block;
  margin-top: 20px;
  width: 100%;
  border-bottom: 2px solid #fff;
}

header .h-a .h-container .h-right .right-a .right-a-ul {
  position: absolute;
  top: 120px;
  left: -18px;
  background-color: #fff;
  display: none;
  z-index: 100;
}

header .h-a .h-container .h-right .right-a .right-a-ul .right-a-ul-li {
  width: 160px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

header .h-a .h-container .h-right .right-a .right-a-ul .right-a-ul-li a {
  font-family: MicrosoftYaHei;
  /*font-size: 16px;*/
  font-size: 14px;
  color: #293548;
  display: inline-block;
  vertical-align: middle;
}

header .h-a .h-container .h-right .right-a .right-a-ul .right-a-ul-li:hover {
  background-color: #f2f2f2;
  color: #000;
}

header .h-a .h-container .h-right .right-search {
  display: inline-block;
  height: 16px;
  vertical-align: middle;
  cursor: pointer;
}

header .h-a .h-container .h-right .right-search img {
  width: 16px;
  height: 100%;
  vertical-align: top;
  display: inline-block;
}

header .h-a .h-container .h-right .right-search .img-2 {
  display: none;
}

header .h-a .h-container .h-right .right-search:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: 55px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

header .h-a.show {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 5px #ccc;
          box-shadow: 0px 5px 5px #ccc;
}

header .h-a.show .h-container .h-left .img-1 {
  display: none;
}

header .h-a.show .h-container .h-left .img-2 {
  display: inline-block;
}

header .h-a.show .h-container .h-right .right-a .right-text span {
  color: #293548;
}

header .h-a.show .h-container .h-right .right-a.active span:after {
  content: '';
  display: block;
  margin-top: 20px;
  width: 100%;
  border-bottom: 2px solid #293548;
}

header .h-a.show .h-container .h-right .right-a:hover span:after {
  content: '';
  display: block;
  margin-top: 20px;
  width: 100%;
  border-bottom: 2px solid #293548;
}

header .h-a.show .h-container .h-right .right-search .img-1 {
  display: none;
}

header .h-a.show .h-container .h-right .right-search .img-2 {
  display: inline-block;
}

header .h-b {
  width: 100%;
  height: 118px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
}

header .h-b .h-container {
  height: 100%;
  line-height: 118px;
  margin: 0 auto;
  max-width: 1500px;
}

header .h-b .h-container .h-left {
  width: 187px;
  height: 100%;
  line-height: 118px;
  float: left;
}

header .h-b .h-container .h-left img {
  width: auto;
  height: 88px;
}

header .h-b .h-container .h-right {
  font-size: 0;
  float: right;
  height: 100%;
  line-height: 118px;
  font-size: 0;
}

header .h-b .h-container .h-right .right-a {
  display: inline-block;
  padding: 0 30px;
  vertical-align: middle;
  position: relative;
  height: 100%;
  vertical-align: top;
}

header .h-b .h-container .h-right .right-a .right-text {
  display: block;
  cursor: pointer;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 118px;
}

header .h-b .h-container .h-right .right-a .right-text span {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #41546d;
  display: inline-block;
}

header .h-b .h-container .h-right .right-a.active span:after {
  content: '';
  display: block;
  margin-top: 20px;
  width: 100%;
  border-bottom: 2px solid #41546d;
}

header .h-b .h-container .h-right .right-a:hover span:after {
  content: '';
  display: block;
  margin-top: 20px;
  width: 100%;
  border-bottom: 2px solid #41546d;
}

header .h-b .h-container .h-right .right-a .right-a-ul {
  position: absolute;
  top: 120px;
  left: -18px;
  background-color: #fff;
  display: none;
  z-index: 100;
}

header .h-b .h-container .h-right .right-a .right-a-ul .right-a-ul-li {
  width: 160px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

header .h-b .h-container .h-right .right-a .right-a-ul .right-a-ul-li a {
  font-family: MicrosoftYaHei;
  /*font-size: 16px;*/
  font-size: 14px;
  color: #293548;
  display: inline-block;
  vertical-align: middle;
}

header .h-b .h-container .h-right .right-a .right-a-ul .right-a-ul-li:hover {
  background-color: #f2f2f2;
  color: #000;
}

header .h-b .h-container .h-right .right-search {
  display: inline-block;
  height: 16px;
  vertical-align: middle;
  cursor: pointer;
}

header .h-b .h-container .h-right .right-search img {
  width: 16px;
  height: 100%;
  vertical-align: top;
  display: inline-block;
}

header .h-b .h-container .h-right .right-search .img-2 {
  display: none;
}

header .h-b .h-container .h-right .right-search:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: 55px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

header .h-b.show {
  -webkit-box-shadow: 0px 5px 5px #ccc;
          box-shadow: 0px 5px 5px #ccc;
}

.search-popup {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.search-popup .search-container {
  width: 100%;
  margin-top: 118px;
}

.search-popup .search-container .search-content {
  width: 502px;
  font-size: 0;
  border-radius: 45px;
  max-height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: auto;
  display: block;
  border: 1px solid #293548;
}

.search-popup .search-container .search-content input {
  display: inline-block;
}

.search-popup .search-container .search-content .search-text {
  width: 440px;
  height: 50px;
  border: none;
  border-radius: 45px 0 0 45px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  color: #666;
}

.search-popup .search-container .search-content .search-smt {
  width: 60px;
  height: 50px;
  border: none;
  border-radius: 0 45px 45px 0;
  background-color: #293548;
  font-size: 0;
  background-image: url(../images/2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  cursor: pointer;
}

.search-popup.show {
  visibility: visible;
  opacity: 1;
}

footer {
  width: 100%;
  background-color: #293548;
}

footer .f-a {
  width: 100%;
  border-bottom: 1px solid #3c495e;
}

footer .f-a .f-container {
  max-width: 1200px;
  height: 90px;
  margin: 0 auto;
}

footer .f-a .f-container .container-left {
  float: left;
  height: 100%;
  line-height: 90px;
  font-size: 0;
}

footer .f-a .f-container .container-left .content {
  cursor: pointer;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #ababab;
  vertical-align: middle;
}

footer .f-a .f-container .container-left .content:after {
  content: '';
  display: inline-block;
  border-right: 1px solid #ababab;
  height: 14px;
  vertical-align: middle;
  margin: 0 15px;
}

footer .f-a .f-container .container-left .content:last-child:after {
  display: none;
}

footer .f-a .f-container .container-right {
  float: right;
  height: 100%;
  line-height: 90px;
}

footer .f-a .f-container .container-right .select-container {
  width: 330px;
  height: 30px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}

footer .f-a .f-container .container-right .select-container .cur {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 30px;
  padding-left: 20px;
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  color: #ababab;
}

footer .f-a .f-container .container-right .select-container .select {
  position: absolute;
  bottom: 30px;
  left: 0;
  height: 0;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0 -5px 10px 10px rgba(0, 0, 0, 0.02);
          box-shadow: 0 -5px 10px 10px rgba(0, 0, 0, 0.02);
}

footer .f-a .f-container .container-right .select-container .select li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 2px;
}

footer .f-a .f-container .container-right .select-container .select li a {
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  color: #293548;
}

footer .f-a .f-container .container-right .select-container .select.show {
  height: auto;
  padding: 10px 0;
}

footer .f-a .f-container .container-right .select-container:after {
  display: inline-block;
  content: "";
  border-left: 5px solid transparent;
  border-top: 5px solid #666;
  border-right: 5px solid transparent;
  position: absolute;
  right: 13px;
  top: 45%;
  z-index: 1;
}

footer .f-b {
  width: 100%;
  border-bottom: 1px solid #3c495e;
}

footer .f-b .f-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 0;
}

footer .f-b .f-container .container-left {
  float: left;
  height: 78px;
  line-height: 78px;
  padding: 15px 0;
}

footer .f-b .f-container .container-left .left-a {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #999999;
  margin-bottom: 18px;
  display: block;
  cursor: pointer;
}

footer .f-b .f-container .container-left .left-a:last-child {
  margin-bottom: 0;
}

footer .f-b .f-container .container-right {
  float: right;
  height: 78px;
}

footer .f-b .f-container .container-right img {
  width: 78px;
  height: 100%;
}

.index-main {
  overflow: hidden;
}

.index-main .index-banner {
  width: 100%;
  position: relative;
}

.index-main .index-banner .container {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* .index-main .index-banner .container img {
  width: 100%;
} */

.index-main .index-banner .slick-arrow {
  display: none !important;
}

.index-main .index-banner .slick-dots {
  width: 100%;
  text-align: center;
  font-size: 0;
  position: absolute;
  bottom: 40px;
  left: 0;
}

.index-main .index-banner .slick-dots li {
  display: inline-block;
  width: 43px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: 14px;
}

.index-main .index-banner .slick-dots .slick-active {
  width: 43px;
  height: 3px;
  background-color: #f3930b;
}

.index-main .news-and-trends {
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 80px;
}

.index-main .news-and-trends .title-box {
  max-width: 1300px;
  margin: 0 auto;
  font-size: 0;
  height: 50px;
  margin-bottom: 90px;
}

.index-main .news-and-trends .title-box .title-left {
  float: left;
  height: 100%;
  line-height: 50px;
  vertical-align: top;
}

.index-main .news-and-trends .title-box .title-left div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.index-main .news-and-trends .title-box .title-left .cn-title {
  font-family: MicrosoftYaHei;
  font-size: 36px;
  color: #ffffff;
}

.index-main .news-and-trends .title-box .title-left .cn-title span {
  font-family: MicrosoftYaHei;
  font-size: 36px;
  color: #f3930b;
}

.index-main .news-and-trends .title-box .title-left .en-title {
  font-family: DINCond-RegularAlternate;
  /* font-size: 44px; */
  font-size: 30px;
  color: #999999;
}

.index-main .news-and-trends .title-box .title-right {
  float: right;
  height: 100%;
  line-height: 50px;
  vertical-align: top;
}

.index-main .news-and-trends .title-box .title-right .right-a {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  margin-left: 25px;
  vertical-align: middle;
  cursor: pointer;
}

.index-main .news-and-trends .title-box .title-right .right-a.active {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #f3930b;
  margin-top: 12px;
}

.index-main .news-and-trends .title-box .title-right .right-a.active:after {
  content: '';
  width: 100%;
  border-bottom: 2px solid #f3930b;
  display: block;
  margin-top: 10px;
}

.index-main .news-and-trends .container {
  margin: 0 auto;
  max-width: 1300px;
}

.index-main .news-and-trends .container .container-content {
  width: 1280px;
  margin: 0 auto;
  height: 490px;
}

.index-main .news-and-trends .container .container-content .trends-slick {
  width: 100%;
  height: 100%;
  position: relative;
}

.index-main .news-and-trends .container .container-content .trends-slick .content {
  margin-right: 20px;
  height: 490px;
}

.index-main .news-and-trends .container .container-content .trends-slick .content .content-img {
  width: 100%;
  height: 210px;
  overflow: hidden;
}

.index-main .news-and-trends .container .container-content .trends-slick .content .content-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.index-main .news-and-trends .container .container-content .trends-slick .content .content-img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.index-main .news-and-trends .container .container-content .trends-slick .content .content-text {
  background-color: #fff;
  width: 100%;
  padding: 36px 0;
  height: 210px;
}

.index-main .news-and-trends .container .container-content .trends-slick .content .content-text .text-a {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #333333;
  margin-bottom: 30px;
  padding: 0 30px;
  width: 100%;
  text-align: center;
  height: 42px;
  line-height: 1.2;
}

.index-main .news-and-trends .container .container-content .trends-slick .content .content-text .text-a:after {
  content: '';
  display: block;
  border-bottom: 1px solid #b6433e;
  margin: 0 auto;
  margin-top: 30px;
  width: 26px;
}

.index-main .news-and-trends .container .container-content .trends-slick .content .content-text .text-b {
  width: 100%;
  padding: 0 30px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  /*text-align: center;*/
  height: 48px;
}

.index-main .news-and-trends .container .container-content .trends-slick .content .understand-more {
  width: 100%;
  height: 70px;
  background-color: #f3930b;
  line-height: 70px;
  text-align: center;
  font-size: 0;
  display: none;
  cursor: pointer;
}

.index-main .news-and-trends .container .container-content .trends-slick .content .understand-more .more-text {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #ffffff;
  vertical-align: middle;
}

.index-main .news-and-trends .container .container-content .trends-slick .content .understand-more .more-img {
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin-left: 10px;
}

.index-main .news-and-trends .container .container-content .trends-slick .content .understand-more .more-img img {
  width: 100%;
  height: 100%;
}

.index-main .news-and-trends .container .container-content .trends-slick .content:hover .understand-more {
  display: block;
}

.index-main .news-and-trends .container .container-content .trends-slick .slick-arrow {
  font-size: 0;
  width: 16px;
  height: 37px;
  background: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  position: absolute;
  top: 45%;
  cursor: pointer;
}

.index-main .news-and-trends .container .container-content .trends-slick .slick-prev {
  background-image: url(../images/12.png);
  left: -55px;
}

.index-main .news-and-trends .container .container-content .trends-slick .slick-next {
  background-image: url(../images/14.png);
  right: -35px;
}

.index-main .news-and-trends .container .container-content.active {
  position: absolute;
  top: 0;
  left: -10000000000px;
}

.index-main .product-center {
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 66px;
  padding-bottom: 90px;
}

.index-main .product-center .title-container {
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 1300px;
}

.index-main .product-center .title-container .title-box {
  width: 100%;
  height: 50px;
}

.index-main .product-center .title-container .title-box .title-left {
  float: left;
  height: 100%;
  line-height: 50px;
  vertical-align: top;
}

.index-main .product-center .title-container .title-box .title-left div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.index-main .product-center .title-container .title-box .title-left .cn-title {
  font-family: MicrosoftYaHei;
  font-size: 36px;
  color: #44546b;
}

.index-main .product-center .title-container .title-box .title-left .cn-title span {
  font-family: MicrosoftYaHei;
  font-size: 36px;
  color: #f3930b;
}

.index-main .product-center .title-container .title-box .title-left .en-title {
  font-family: DINCond-RegularAlternate;
  /* font-size: 44px; */
  font-size: 30px;
  color: #999999;
}

.index-main .product-center .title-container .title-box .title-right {
  float: right;
  height: 100%;
}

.index-main .product-center .title-container .title-box .title-right .more {
  font-size: 0;
  height: 100%;
  line-height: 50px;
  display: inline-block;
  cursor: pointer;
}

.index-main .product-center .title-container .title-box .title-right .more .more-text {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666666;
  display: inline-block;
  vertical-align: middle;
}

.index-main .product-center .title-container .title-box .title-right .more .more-img {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.index-main .product-center .title-container .title-box .title-right .more .more-img img {
  width: 100%;
  height: 100%;
}

.index-main .product-center .container {
  max-width: 1300px;
  margin: 0 auto;
}

.index-main .product-center .container .container-content {
  width: 100%;
}

.index-main .product-center .container .container-content .content-a {
  width: 100%;
  height: 306px;
  margin-bottom: 5px;
  font-size: 0;
}

.index-main .product-center .container .container-content .content-a .smart-construction {
  display: inline-block;
  width: 855px;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.index-main .product-center .container .container-content .content-a .smart-construction .smart-title {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  font-size: 0;
  text-align: center;
}

.index-main .product-center .container .container-content .content-a .smart-construction .smart-title .smart-img {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
}

.index-main .product-center .container .container-content .content-a .smart-construction .smart-title .smart-img img {
  width: 100%;
  height: 100%;
}

.index-main .product-center .container .container-content .content-a .smart-construction .smart-title .smart-text {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #ffffff;
  vertical-align: middle;
  margin-left: 20px;
}

.index-main .product-center .container .container-content .content-a .smart-construction .mask-layer {
  width: 100%;
  height: 100%;
  background-color: rgba(80, 95, 117, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

.index-main .product-center .container .container-content .content-a .smart-construction .mask-layer .mask-container {
  display: table-cell;
  vertical-align: middle;
}

.index-main .product-center .container .container-content .content-a .smart-construction .mask-layer .mask-container .mask-title {
  width: 100%;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 30px;
}

.index-main .product-center .container .container-content .content-a .smart-construction .mask-layer .mask-container .mask-text {
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 54px;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.index-main .product-center .container .container-content .content-a .smart-construction .mask-layer .mask-container .mask-link {
  width: 100%;
  text-align: center;
}

.index-main .product-center .container .container-content .content-a .smart-construction .mask-layer .mask-container .mask-link .link-a {
  display: inline-block;
  width: 124px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #f3930b;
  border-radius: 5px;
  margin-left: 10px;
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}

.index-main .product-center .container .container-content .content-a .smart-construction:hover .smart-title {
  display: none;
}

.index-main .product-center .container .container-content .content-a .smart-construction:hover .mask-layer {
  display: table;
}

.index-main .product-center .container .container-content .content-a .smart-living {
  display: inline-block;
  width: 420px;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-left: 5px;
}

.index-main .product-center .container .container-content .content-a .smart-living .smart-title {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  font-size: 0;
  text-align: center;
}

.index-main .product-center .container .container-content .content-a .smart-living .smart-title .smart-img {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
}

.index-main .product-center .container .container-content .content-a .smart-living .smart-title .smart-img img {
  width: 100%;
  height: 100%;
}

.index-main .product-center .container .container-content .content-a .smart-living .smart-title .smart-text {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #ffffff;
  vertical-align: middle;
  margin-left: 20px;
}

.index-main .product-center .container .container-content .content-a .smart-living .mask-layer {
  width: 100%;
  height: 100%;
  background-color: rgba(80, 95, 117, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

.index-main .product-center .container .container-content .content-a .smart-living .mask-layer .mask-container {
  display: table-cell;
  vertical-align: middle;
}

.index-main .product-center .container .container-content .content-a .smart-living .mask-layer .mask-container .mask-title {
  width: 100%;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 30px;
}

.index-main .product-center .container .container-content .content-a .smart-living .mask-layer .mask-container .mask-text {
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 54px;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.index-main .product-center .container .container-content .content-a .smart-living .mask-layer .mask-container .mask-link {
  width: 100%;
  text-align: center;
}

.index-main .product-center .container .container-content .content-a .smart-living .mask-layer .mask-container .mask-link .link-a {
  display: inline-block;
  width: 124px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #f3930b;
  border-radius: 5px;
  margin-left: 10px;
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}

.index-main .product-center .container .container-content .content-a .smart-living:hover .smart-title {
  display: none;
}

.index-main .product-center .container .container-content .content-a .smart-living:hover .mask-layer {
  display: table;
}

.index-main .product-center .container .container-content .content-b {
  width: 100%;
  height: 555px;
  font-size: 0;
}

.index-main .product-center .container .container-content .content-b .city-information-model {
  display: inline-block;
  width: 430px;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.index-main .product-center .container .container-content .content-b .city-information-model .smart-title {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  font-size: 0;
  text-align: center;
}

.index-main .product-center .container .container-content .content-b .city-information-model .smart-title .smart-img {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
}

.index-main .product-center .container .container-content .content-b .city-information-model .smart-title .smart-img img {
  width: 100%;
  height: 100%;
}

.index-main .product-center .container .container-content .content-b .city-information-model .smart-title .smart-text {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #ffffff;
  vertical-align: middle;
  margin-left: 20px;
}

.index-main .product-center .container .container-content .content-b .city-information-model .mask-layer {
  width: 100%;
  height: 100%;
  background-color: rgba(80, 95, 117, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

.index-main .product-center .container .container-content .content-b .city-information-model .mask-layer .mask-container {
  display: table-cell;
  vertical-align: middle;
}

.index-main .product-center .container .container-content .content-b .city-information-model .mask-layer .mask-container .mask-title {
  width: 100%;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 30px;
}

.index-main .product-center .container .container-content .content-b .city-information-model .mask-layer .mask-container .mask-text {
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 54px;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.index-main .product-center .container .container-content .content-b .city-information-model .mask-layer .mask-container .mask-link {
  width: 100%;
  text-align: center;
}

.index-main .product-center .container .container-content .content-b .city-information-model .mask-layer .mask-container .mask-link .link-a {
  display: inline-block;
  width: 124px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #f3930b;
  border-radius: 5px;
  margin-left: 10px;
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}

.index-main .product-center .container .container-content .content-b .city-information-model:hover .smart-title {
  display: none;
}

.index-main .product-center .container .container-content .content-b .city-information-model:hover .mask-layer {
  display: table;
}

.index-main .product-center .container .container-content .content-b .content-box {
  width: 420px;
  margin-left: 5px;
  display: inline-block;
}

.index-main .product-center .container .container-content .content-b .content-box .smart-build {
  display: inline-block;
  width: 100%;
  height: 275px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 5px;
}

.index-main .product-center .container .container-content .content-b .content-box .smart-build .smart-title {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  font-size: 0;
  text-align: center;
}

.index-main .product-center .container .container-content .content-b .content-box .smart-build .smart-title .smart-img {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
}

.index-main .product-center .container .container-content .content-b .content-box .smart-build .smart-title .smart-img img {
  width: 100%;
  height: 100%;
}

.index-main .product-center .container .container-content .content-b .content-box .smart-build .smart-title .smart-text {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #ffffff;
  vertical-align: middle;
  margin-left: 20px;
}

.index-main .product-center .container .container-content .content-b .content-box .smart-build .mask-layer {
  width: 100%;
  height: 100%;
  background-color: rgba(80, 95, 117, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

.index-main .product-center .container .container-content .content-b .content-box .smart-build .mask-layer .mask-container {
  display: table-cell;
  vertical-align: middle;
}

.index-main .product-center .container .container-content .content-b .content-box .smart-build .mask-layer .mask-container .mask-title {
  width: 100%;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 30px;
}

.index-main .product-center .container .container-content .content-b .content-box .smart-build .mask-layer .mask-container .mask-text {
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 54px;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.index-main .product-center .container .container-content .content-b .content-box .smart-build .mask-layer .mask-container .mask-link {
  width: 100%;
  text-align: center;
}

.index-main .product-center .container .container-content .content-b .content-box .smart-build .mask-layer .mask-container .mask-link .link-a {
  display: inline-block;
  width: 124px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #f3930b;
  border-radius: 5px;
  margin-left: 10px;
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}

.index-main .product-center .container .container-content .content-b .content-box .smart-build:hover .smart-title {
  display: none;
}

.index-main .product-center .container .container-content .content-b .content-box .smart-build:hover .mask-layer {
  display: table;
}

.index-main .product-center .container .container-content .content-b .content-box .enterprise-credit-information-module {
  display: inline-block;
  width: 100%;
  height: 275px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.index-main .product-center .container .container-content .content-b .content-box .enterprise-credit-information-module .smart-title {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  font-size: 0;
  text-align: center;
}

.index-main .product-center .container .container-content .content-b .content-box .enterprise-credit-information-module .smart-title .smart-img {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
}

.index-main .product-center .container .container-content .content-b .content-box .enterprise-credit-information-module .smart-title .smart-img img {
  width: 100%;
  height: 100%;
}

.index-main .product-center .container .container-content .content-b .content-box .enterprise-credit-information-module .smart-title .smart-text {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #ffffff;
  vertical-align: middle;
  margin-left: 20px;
}

.index-main .product-center .container .container-content .content-b .content-box .enterprise-credit-information-module .mask-layer {
  width: 100%;
  height: 100%;
  background-color: rgba(80, 95, 117, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

.index-main .product-center .container .container-content .content-b .content-box .enterprise-credit-information-module .mask-layer .mask-container {
  display: table-cell;
  vertical-align: middle;
}

.index-main .product-center .container .container-content .content-b .content-box .enterprise-credit-information-module .mask-layer .mask-container .mask-title {
  width: 100%;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 30px;
}

.index-main .product-center .container .container-content .content-b .content-box .enterprise-credit-information-module .mask-layer .mask-container .mask-text {
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 54px;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  overflow: hidden;
  line-height: 1.5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.index-main .product-center .container .container-content .content-b .content-box .enterprise-credit-information-module .mask-layer .mask-container .mask-link {
  width: 100%;
  text-align: center;
}

.index-main .product-center .container .container-content .content-b .content-box .enterprise-credit-information-module .mask-layer .mask-container .mask-link .link-a {
  display: inline-block;
  width: 124px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #f3930b;
  border-radius: 5px;
  margin-left: 10px;
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}

.index-main .product-center .container .container-content .content-b .content-box .enterprise-credit-information-module:hover .smart-title {
  display: none;
}

.index-main .product-center .container .container-content .content-b .content-box .enterprise-credit-information-module:hover .mask-layer {
  display: table;
}

.index-main .product-center .container .container-content .content-b .real-name-management {
  display: inline-block;
  width: 420px;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-left: 5px;
}

.index-main .product-center .container .container-content .content-b .real-name-management .smart-title {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  font-size: 0;
  text-align: center;
}

.index-main .product-center .container .container-content .content-b .real-name-management .smart-title .smart-img {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
}

.index-main .product-center .container .container-content .content-b .real-name-management .smart-title .smart-img img {
  width: 100%;
  height: 100%;
}

.index-main .product-center .container .container-content .content-b .real-name-management .smart-title .smart-text {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #ffffff;
  vertical-align: middle;
  margin-left: 20px;
}

.index-main .product-center .container .container-content .content-b .real-name-management .mask-layer {
  width: 100%;
  height: 100%;
  background-color: rgba(80, 95, 117, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

.index-main .product-center .container .container-content .content-b .real-name-management .mask-layer .mask-container {
  display: table-cell;
  vertical-align: middle;
}

.index-main .product-center .container .container-content .content-b .real-name-management .mask-layer .mask-container .mask-title {
  width: 100%;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 30px;
  padding: 0 20px;
}

.index-main .product-center .container .container-content .content-b .real-name-management .mask-layer .mask-container .mask-text {
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 54px;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.index-main .product-center .container .container-content .content-b .real-name-management .mask-layer .mask-container .mask-link {
  width: 100%;
  text-align: center;
}

.index-main .product-center .container .container-content .content-b .real-name-management .mask-layer .mask-container .mask-link .link-a {
  display: inline-block;
  width: 124px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #f3930b;
  border-radius: 5px;
  margin-left: 10px;
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}

.index-main .product-center .container .container-content .content-b .real-name-management:hover .smart-title {
  display: none;
}

.index-main .product-center .container .container-content .content-b .real-name-management:hover .mask-layer {
  display: table;
}

.index-main .service-area {
  width: 100%;
}

.index-main .service-area .title-container {
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.index-main .service-area .title-container .title-box {
  width: 100%;
  height: 135px;
}

.index-main .service-area .title-container .title-box .title-left {
  float: left;
  height: 100%;
  line-height: 135px;
  vertical-align: top;
}

.index-main .service-area .title-container .title-box .title-left div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.index-main .service-area .title-container .title-box .title-left .cn-title {
  font-family: MicrosoftYaHei;
  font-size: 36px;
  color: #44546b;
}

.index-main .service-area .title-container .title-box .title-left .cn-title span {
  font-family: MicrosoftYaHei;
  font-size: 36px;
  color: #f3930b;
}

.index-main .service-area .title-container .title-box .title-left .en-title {
  font-family: DINCond-RegularAlternate;
  /* font-size: 44px; */
  font-size: 30px;
  color: #999999;
}

.index-main .service-area .title-container .title-box .title-right {
  float: right;
  height: 100%;
}

.index-main .service-area .title-container .title-box .title-right .more {
  font-size: 0;
  height: 100%;
  line-height: 135px;
  display: inline-block;
  cursor: pointer;
}

.index-main .service-area .title-container .title-box .title-right .more .more-text {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666666;
  display: inline-block;
  vertical-align: middle;
}

.index-main .service-area .title-container .title-box .title-right .more .more-img {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.index-main .service-area .title-container .title-box .title-right .more .more-img img {
  width: 100%;
  height: 100%;
}

.index-main .service-area .container {
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 74px;
  padding-bottom: 92px;
}

.index-main .service-area .container .content {
  max-width: 1300px;
  margin: 0 auto;
}

.index-main .service-area .container .content .content-left {
  float: left;
  width: 470px;
  padding-top: 98px;
}

.index-main .service-area .container .content .content-left .left-box {
  width: 100%;
  margin-bottom: 60px;
}

.index-main .service-area .container .content .content-left .left-box .left-a {
  width: 100%;
}

.index-main .service-area .container .content .content-left .left-box .left-a .content-title {
  font-family: SourceHanSansSC-Bold;
  font-size: 42px;
  font-weight: bold;
  color: #f3930b;
  margin-bottom: 12px;
}

.index-main .service-area .container .content .content-left .left-box .left-a .content-text {
  font-family: SourceHanSansSC-Normal;
  /* font-size: 38px; */
  font-size: 23px;
  color: #ffffff;
  margin-bottom: 50px;
  line-height: 1.3;
}

.index-main .service-area .container .content .content-left .left-box .left-a .content-text:after {
  content: '';
  display: block;
  width: 34px;
  border-bottom: 1px solid #fff;
  margin-top: 32px;
}

.index-main .service-area .container .content .content-left .left-box .left-a .content-details {
  font-family: SourceHanSansSC-Regular;
  font-size: 18px;
  line-height: 29px;
  color: #9199a4;
  margin-bottom: 65px;
}

.index-main .service-area .container .content .content-left .left-box .left-a .see-more {
  font-size: 0;
  width: 210px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #f3930b;
  cursor: pointer;
}

.index-main .service-area .container .content .content-left .left-box .left-a .see-more .more {
  display: inline-block;
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  color: #ffffff;
  vertical-align: middle;
}

.index-main .service-area .container .content .content-left .left-box .left-a .see-more .more-img {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  margin-left: 10px;
}

.index-main .service-area .container .content .content-left .left-box .left-a .see-more .more-img img {
  width: 100%;
  height: 100%;
}

.index-main .service-area .container .content .content-left .left-num {
  font-size: 0;
  width: 100%;
}

.index-main .service-area .container .content .content-left .left-num .num-a {
  display: inline-block;
  width: 33.3%;
}

.index-main .service-area .container .content .content-left .left-num .num-a .num {
  font-family: AdobeHeitiStd-Regular;
  /* font-size: 14px; */
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 18px;
}

.index-main .service-area .container .content .content-left .left-num .num-a .num span {
  font-family: Humanist777BT-BlackB;
  font-size: 49px;
  color: #ffffff;
}

.index-main .service-area .container .content .content-left .left-num .num-a .num-text {
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  color: #ffffff;
}

.index-main .service-area .container .content .content-right {
  float: right;
  width: 738px;
  height: 640px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.index-main .service-area .container .content .content-right .xinjiang {
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 16px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 204px;
  left: 100px;
}

.index-main .service-area .container .content .content-right .neimenggu {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 215px;
  left: 390px;
}

.index-main .service-area .container .content .content-right .heilongjiang {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 92px;
  right: 35px;
}

.index-main .service-area .container .content .content-right .liaoning {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 212px;
  right: 104px;
}

.index-main .service-area .container .content .content-right .beijing {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 218px;
  right: 189px;
}

.index-main .service-area .container .content .content-right .tianjin {
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 248px;
  right: 202px;
}

.index-main .service-area .container .content .content-right .hebei {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 264px;
  right: 190px;
}

.index-main .service-area .container .content .content-right .shandong {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 298px;
  right: 156px;
}

.index-main .service-area .container .content .content-right .jiangsu {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 345px;
  right: 133px;
}

.index-main .service-area .container .content .content-right .anhui {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 380px;
  right: 164px;
}

.index-main .service-area .container .content .content-right .zhejian {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 422px;
  right: 114px;
}

.index-main .service-area .container .content .content-right .fujian {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 486px;
  right: 136px;
}

.index-main .service-area .container .content .content-right .guangdong {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 538px;
  right: 196px;
}

.index-main .service-area .container .content .content-right .henan {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 348px;
  right: 212px;
}

.index-main .service-area .container .content .content-right .hubei {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 394px;
  right: 227px;
}

.index-main .service-area .container .content .content-right .shanxi {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 340px;
  right: 287px;
}

.index-main .service-area .container .content .content-right .ganshu {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 330px;
  right: 340px;
}

.index-main .service-area .container .content .content-right .sichuan {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 390px;
  right: 372px;
}

.index-main .service-area .container .content .content-right .hunan {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 478px;
  right: 246px;
}

.index-main .service-area .container .content .content-right .guizhou {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 473px;
  right: 307px;
}

.index-main .service-area .container .content .content-right .guangxi {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 530px;
  right: 276px;
}

.index-main .service-area .container .content .content-right .hainan {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 596px;
  right: 272px;
}

.index-main .service-area .container .content .content-right div:hover {
  background-color: #f3930b;
  color: #fff;
}

.index-main .service-area .container .content .content-right div.active {
  background-color: #f3930b;
  color: #fff;
}

.index-main .about-us {
  width: 100%;
  height: 660px;
  font-size: 0;
  background-color: #efefef;
}

.index-main .about-us .container-left {
  width: 57%;
  height: 660px;
  display: inline-block;
  float: left;
}

.index-main .about-us .container-left .about-us-slick {
  width: 100%;
  height: 660px;
  position: relative;
}

.index-main .about-us .container-left .about-us-slick .content {
  width: 100%;
  height: 660px;
  position: relative;
}

.index-main .about-us .container-left .about-us-slick .content img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.index-main .about-us .container-left .about-us-slick .content .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 660px;
  text-align: center;
  z-index: 10;
  background-color: rgba(0, 0, 0, .5);
}

.index-main .about-us .container-left .about-us-slick .content .video img {
  position: static;
  /* width: 94px;
  height: 94px; */
  display: inline-block;
  vertical-align: middle;
}

.index-main .about-us .container-left .about-us-slick .content video {
  width: 100%;
  height: 100%;
}

.index-main .about-us .container-left .about-us-slick .slick-arrow {
  display: none !important;
}

.index-main .about-us .container-left .about-us-slick .slick-dots {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 40px;
  font-size: 0;
  text-align: center;
}

.index-main .about-us .container-left .about-us-slick .slick-dots li {
  width: 43px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-left: 14px;
  display: inline-block;
}

.index-main .about-us .container-left .about-us-slick .slick-dots .slick-active {
  background-color: #f3930b;
}

.index-main .about-us .container-right {
  width: 43%;
  height: 100%;
  display: inline-block;
  position: relative;
  float: right;
}

.index-main .about-us .container-right .container-content {
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  width: 670px;
  height: 478px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 56px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.index-main .about-us .container-right .container-content .title-box {
  width: 100%;
  font-size: 0;
  margin-bottom: 45px;
}

.index-main .about-us .container-right .container-content .title-box .cn-title {
  font-family: MicrosoftYaHei;
  font-size: 36px;
  color: #44546b;
  display: inline-block;
  vertical-align: middle;
}

.index-main .about-us .container-right .container-content .title-box .cn-title span {
  font-family: MicrosoftYaHei;
  font-size: 36px;
  color: #f3930b;
}

.index-main .about-us .container-right .container-content .title-box .en-title {
  font-family: DINCond-RegularAlternate;
  font-size: 44px;
  color: #999999;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.index-main .about-us .container-right .container-content .content {
  width: 100%;
}

.index-main .about-us .container-right .container-content .content p {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 25px;
  color: #333333;
}

.index-main .about-us .container-right .container-content .content-more {
  width: 222px;
  height: 50px;
  background-color: #f3930b;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 56px;
  left: 100px;
}

.index-main .about-us .container-right .container-content .content-more .more-text {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}

.index-main .about-us .container-right .container-content .content-more .more-img {
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-left: 10px;
}

.index-main .about-us .container-right .container-content .content-more .more-img img {
  width: 100%;
  height: 100%;
}

main {
  overflow: hidden;
}

main .banner {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*height: 600px;*/
  height: 300px;
}

main .banner .title-box {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  /*padding-top: 180px;*/
  padding-top: 70px;
}

main .banner .title-box .en-title {
  font-family: DINCond-Black;
  /*font-size: 78px;*/
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 20px;
}

main .banner .title-box .cn-title {
  font-family: SourceHanSansSC-Bold;
  /*font-size: 40px;*/
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}

main .news-center {
  width: 100%;
  background-color: #efefef;
  position: relative;
  padding-top: 70px;
  padding-bottom: 60px;
}

main .news-center .news-nav {
  width: 100%;
  position: absolute;
  top: -70px;
  left: 0;
}

main .news-center .news-nav .nav-container {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  height: 70px;
}

main .news-center .news-nav .nav-container .content {
  width: 298px;
  height: 100%;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  margin-right: 2px;
  background-color: rgba(244, 244, 245, 0.9);
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  color: #44546b;
  cursor: pointer;
}

main .news-center .news-nav .nav-container .content:last-child {
  margin-right: 0;
}

main .news-center .news-nav .nav-container .content:hover {
  background-color: #f3930b;
  color: #ffffff;
}

main .news-center .news-nav .nav-container .content.active {
  background-color: #f3930b;
  color: #ffffff;
}

main .news-center .news-container {
  width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
  padding-top: 42px;
  padding-left: 70px;
  padding-right: 70px;
}

main .news-center .news-container .title-box {
  width: 100%;
  height: 43px;
  margin-bottom: 35px;
}

main .news-center .news-container .title-box .title-left {
  float: left;
  height: 100%;
  line-height: 43px;
  font-family: MicrosoftYaHei;
  font-size: 28px;
  color: #333333;
}

main .news-center .news-container .title-box .title-right {
  float: right;
  height: 100%;
  line-height: 43px;
  font-size: 0;
}

main .news-center .news-container .title-box .title-right a {
  margin-left: 15px;
}

main .news-center .news-container .title-box .title-right .right-a {
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #c9c9c9;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

main .news-center .news-container .title-box .title-right .right-a img {
  width: 10px;
  height: 19px;
}

main .news-center .news-container .title-box .title-right .right-a .img-2 {
  display: none;
}

main .news-center .news-container .title-box .title-right .right-a:hover {
  background-color: #f3930b;
  border: none;
}

main .news-center .news-container .title-box .title-right .right-a:hover .img-1 {
  display: none;
}

main .news-center .news-container .title-box .title-right .right-a:hover .img-2 {
  display: inline-block;
}

main .news-center .news-container .title-box .title-right .right-b {
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #c9c9c9;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

main .news-center .news-container .title-box .title-right .right-b:hover {
  background-color: #f3930b;
  border: none;
}

main .news-center .news-container .title-box .title-right .right-b img {
  width: 17px;
  height: 17px;
}

main .news-center .news-container .title-box .title-right .right-c {
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #c9c9c9;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

main .news-center .news-container .title-box .title-right .right-c img {
  width: 10px;
  height: 19px;
}

main .news-center .news-container .title-box .title-right .right-c .img-2 {
  display: none;
}

main .news-center .news-container .title-box .title-right .right-c:hover {
  background-color: #f3930b;
  border: none;
}

main .news-center .news-container .title-box .title-right .right-c:hover .img-1 {
  display: none;
}

main .news-center .news-container .title-box .title-right .right-c:hover .img-2 {
  display: inline-block;
}

main .news-center .news-container .container-content {
  width: 100%;
  border-top: 1px solid #efefef;
  padding-top: 18px;
  padding-bottom: 60px;
  border-bottom: 1px solid #efefef;
}

main .news-center .news-container .container-content .share-container {
  width: 100%;
  font-size: 0;
  margin-bottom: 50px;
}

main .news-center .news-container .container-content .share-container .date {
  display: inline-block;
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  color: #999999;
  vertical-align: middle;
}

main .news-center .news-container .container-content .share-container .frequency {
  display: inline-block;
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  color: #999999;
  vertical-align: middle;
  margin-left: 20px;
}

main .news-center .news-container .container-content .share-container .share {
  font-size: 0;
  display: inline-block;
  margin-left: 20px;
}

main .news-center .news-container .container-content .share-container .share span {
  display: inline-block;
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  color: #999999;
  vertical-align: middle;
}

main .news-center .news-container .container-content .share-container .share .weibo {
  display: inline-block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #c9c9c9;
  margin-left: 10px;
  border-radius: 50%;
  cursor: pointer;
}

main .news-center .news-container .container-content .share-container .share .weibo img {
  width: 19px;
  height: 15px;
}

main .news-center .news-container .container-content .share-container .share .weibo .img-2 {
  display: none;
}

main .news-center .news-container .container-content .share-container .share .weibo:hover {
  background-color: #f3930b;
}

main .news-center .news-container .container-content .share-container .share .weibo:hover .img-1 {
  display: none;
}

main .news-center .news-container .container-content .share-container .share .weibo:hover .img-2 {
  display: inline-block;
}

main .news-center .news-container .container-content .share-container .share .weixin {
  display: inline-block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #c9c9c9;
  margin-left: 10px;
  border-radius: 50%;
  cursor: pointer;
}

main .news-center .news-container .container-content .share-container .share .weixin img {
  width: 20px;
  height: 16px;
}

main .news-center .news-container .container-content .share-container .share .weixin .img-2 {
  display: none;
}

main .news-center .news-container .container-content .share-container .share .weixin:hover {
  background-color: #f3930b;
}

main .news-center .news-container .container-content .share-container .share .weixin:hover .img-1 {
  display: none;
}

main .news-center .news-container .container-content .share-container .share .weixin:hover .img-2 {
  display: inline-block;
}

main .news-center .news-container .container-content .share-container .share .qq {
  display: inline-block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #c9c9c9;
  margin-left: 10px;
  border-radius: 50%;
  cursor: pointer;
}

main .news-center .news-container .container-content .share-container .share .qq img {
  width: 15px;
  height: 16px;
}

main .news-center .news-container .container-content .share-container .share .qq .img-2 {
  display: none;
}

main .news-center .news-container .container-content .share-container .share .qq:hover {
  background-color: #f3930b;
}

main .news-center .news-container .container-content .share-container .share .qq:hover .img-1 {
  display: none;
}

main .news-center .news-container .container-content .share-container .share .qq:hover .img-2 {
  display: inline-block;
}

main .news-center .news-container .container-content .content {
  width: 100%;
}

main .news-center .news-container .container-content .content p {
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 35px;
}

main .news-center .news-container .container-content .content p img {
  width: 100%;
}

main .news-center .news-container .content-link {
  width: 100%;
  height: 90px;
}

main .news-center .news-container .content-link .link-left {
  float: left;
  cursor: pointer;
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  color: #666666;
  height: 100%;
  line-height: 90px;
}

main .news-center .news-container .content-link .link-right {
  float: right;
  cursor: pointer;
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  color: #666666;
  height: 100%;
  line-height: 90px;
}

main .corporate-news {
  width: 100%;
  position: relative;
}

main .corporate-news .news-nav {
  width: 100%;
  position: absolute;
  top: -70px;
  left: 0;
}

main .corporate-news .news-nav .nav-container {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  height: 70px;
}

main .corporate-news .news-nav .nav-container .content {
  width: 298px;
  height: 100%;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  margin-right: 2px;
  background-color: rgba(244, 244, 245, 0.9);
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  color: #44546b;
  cursor: pointer;
}

main .corporate-news .news-nav .nav-container .content:last-child {
  margin-right: 0;
}

main .corporate-news .news-nav .nav-container .content:hover {
  background-color: #f3930b;
  color: #ffffff;
}

main .corporate-news .news-nav .nav-container .content.active {
  background-color: #f3930b;
  color: #ffffff;
}

main .corporate-news .corporate-news-title {
  width: 100%;
  height: 180px;
  background-color: #ffffff;
}

main .corporate-news .corporate-news-title .container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 52px;
  padding-bottom: 38px;
  text-align: center;
}

main .corporate-news .corporate-news-title .container .cn-title {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #44546b;
  margin-bottom: 20px;
}

main .corporate-news .corporate-news-title .container .cn-title span {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #f3930b;
}

main .corporate-news .corporate-news-title .container .cn-title:before {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #d3d3d3;
  vertical-align: middle;
  margin-right: 20px;
}

main .corporate-news .corporate-news-title .container .cn-title:after {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #d3d3d3;
  vertical-align: middle;
  margin-left: 20px;
}

main .corporate-news .corporate-news-title .container .en-title {
  font-family: DINCond-Regular;
  /*font-size: 34px;*/
  font-size: 20px;
  color: #999999;
}

main .corporate-news .corporate-news-container {
  width: 100%;
  background-color: #efefef;
  padding: 70px 0;
}

main .corporate-news .corporate-news-container .container {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
}

main .corporate-news .corporate-news-container .container .container-a {
  width: 100%;
  height: 380px;
  font-size: 0;
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
}

main .corporate-news .corporate-news-container .container .container-a .container-left {
  display: inline-block;
  width: 50%;
  height: 100%;
  background-color: #000;
  vertical-align: top;
}

main .corporate-news .corporate-news-container .container .container-a .container-left .news-slick {
  width: 100%;
  height: 100%;
}

main .corporate-news .corporate-news-container .container .container-a .container-left .news-slick .content {
  width: 100%;
  height: 380px;
}

main .corporate-news .corporate-news-container .container .container-a .container-left .news-slick .content img {
  width: 100%;
  height: 100%;
}

main .corporate-news .corporate-news-container .container .container-a .container-left .news-slick .slick-arrow {
  display: none !important;
}

main .corporate-news .corporate-news-container .container .container-a .container-left .news-slick .slick-dots {
  position: absolute;
  font-size: 0;
  right: -563px;
  bottom: 48px;
  z-index: 10;
}

main .corporate-news .corporate-news-container .container .container-a .container-left .news-slick .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #dddddd;
  border-radius: 50%;
  margin-left: 10px;
}

main .corporate-news .corporate-news-container .container .container-a .container-left .news-slick .slick-dots .slick-active {
  background-color: #f3930b;
}

main .corporate-news .corporate-news-container .container .container-a .container-right {
  display: inline-block;
  width: 50%;
  height: 100%;
  vertical-align: top;
}

main .corporate-news .corporate-news-container .container .container-a .container-right .right-a {
  width: 100%;
  height: 100%;
  padding-left: 42px;
  padding-right: 52px;
  padding-top: 46px;
  position: relative;
}

main .corporate-news .corporate-news-container .container .container-a .container-right .right-a .title {
  font-family: SourceHanSansSC-Regular;
  font-size: 24px;
  color: #41546d;
  margin-bottom: 20px;
}

main .corporate-news .corporate-news-container .container .container-a .container-right .right-a .date-frequency {
  width: 100%;
  font-size: 0;
  margin-bottom: 30px;
}

main .corporate-news .corporate-news-container .container .container-a .container-right .right-a .date-frequency .date {
  display: inline-block;
}

main .corporate-news .corporate-news-container .container .container-a .container-right .right-a .date-frequency .date .date-img {
  width: 13px;
  height: 13px;
  display: inline-block;
}

main .corporate-news .corporate-news-container .container .container-a .container-right .right-a .date-frequency .date .date-img img {
  width: 100%;
  height: 100%;
}

main .corporate-news .corporate-news-container .container .container-a .container-right .right-a .date-frequency .date .date-text {
  font-family: ArialMT;
  font-size: 13px;
  color: #999999;
  margin-left: 6px;
  vertical-align: middle;
}

main .corporate-news .corporate-news-container .container .container-a .container-right .right-a .date-frequency .frequency {
  display: inline-block;
  margin-left: 30px;
}

main .corporate-news .corporate-news-container .container .container-a .container-right .right-a .date-frequency .frequency .frequency-img {
  width: 16px;
  height: 10px;
  display: inline-block;
}

main .corporate-news .corporate-news-container .container .container-a .container-right .right-a .date-frequency .frequency .frequency-img img {
  width: 100%;
  height: 100%;
}

main .corporate-news .corporate-news-container .container .container-a .container-right .right-a .date-frequency .frequency .frequency-text {
  font-family: ArialMT;
  font-size: 13px;
  color: #999999;
  margin-left: 6px;
  vertical-align: middle;
}

main .corporate-news .corporate-news-container .container .container-a .container-right .right-a .right-content {
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  line-height: 32px;
  color: #666666;
}

main .corporate-news .corporate-news-container .container .container-a .container-right .right-a .see-details {
  display: block;
  cursor: pointer;
  width: 130px;
  height: 40px;
  background-color: #f3930b;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 13px;
  color: #ffffff;
  position: absolute;
  bottom: 48px;
  left: 42px;
}

main .corporate-news .corporate-news-container .container .container-a .container-right .right-a .see-details:hover {
  background-color: #293548;
}

main .corporate-news .corporate-news-container .container .container-b {
  width: 100%;
  height: 190px;
  background-color: #ffffff;
  margin-bottom: 30px;
  font-size: 0;
  padding: 28px 26px;
}

main .corporate-news .corporate-news-container .container .container-b .container-left {
  display: inline-block;
  height: 100%;
  background-color: #f6f6f6;
  vertical-align: top;
}

main .corporate-news .corporate-news-container .container .container-b .container-left .left-a {
  display: inline-block;
  width: 192px;
  height: 100%;
  vertical-align: top;
  cursor: pointer;
}

main .corporate-news .corporate-news-container .container .container-b .container-left .left-a img {
  width: 100%;
  height: 100%;
}

main .corporate-news .corporate-news-container .container .container-b .container-left .left-b {
  width: 170px;
  height: 100%;
  display: inline-block;
  padding-top: 36px;
  vertical-align: top;
}

main .corporate-news .corporate-news-container .container .container-b .container-left .left-b .b-num {
  width: 100%;
  text-align: center;
  font-family: ArialMT;
  font-size: 51px;
  color: #333333;
  margin-bottom: 10px;
}

main .corporate-news .corporate-news-container .container .container-b .container-left .left-b .b-date {
  font-family: ArialMT;
  font-size: 15px;
  color: #999999;
  width: 100%;
  text-align: center;
}

main .corporate-news .corporate-news-container .container .container-b .container-right {
  display: inline-block;
  margin-left: 30px;
  width: 750px;
  height: 100%;
  font-size: 0;
  vertical-align: top;
}

main .corporate-news .corporate-news-container .container .container-b .container-right .right-a {
  display: inline-block;
  width: 662px;
  float: left;
  height: 100%;
  padding-top: 20px;
}

main .corporate-news .corporate-news-container .container .container-b .container-right .right-a .a-title {
  width: 100%;
  font-family: SourceHanSansSC-Regular;
  font-size: 20px;
  color: #41546d;
  margin-bottom: 20px;
  cursor: pointer;
  display: block;
}

main .corporate-news .corporate-news-container .container .container-b .container-right .right-a .a-content {
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  width: 100%;
}

main .corporate-news .corporate-news-container .container .container-b .container-right .right-b {
  display: inline-block;
  float: right;
  height: 100%;
  line-height: 134px;
}

main .corporate-news .corporate-news-container .container .container-b .container-right .right-b .b-img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  border: solid 1px #41546d;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

main .corporate-news .corporate-news-container .container .container-b .container-right .right-b .b-img img {
  width: 9px;
  height: 14px;
}

main .corporate-news .corporate-news-container .container .container-b .container-right .right-b .b-img .img-2 {
  display: none;
}

main .corporate-news .corporate-news-container .container .container-b:hover .container-left .left-b .b-num {
  color: #f3930b;
}

main .corporate-news .corporate-news-container .container .container-b:hover .container-left .left-b .b-date {
  color: #f3930b;
}

main .corporate-news .corporate-news-container .container .container-b:hover .container-right .right-b .b-img {
  background-color: #f3930b;
  border: none;
}

main .corporate-news .corporate-news-container .container .container-b:hover .container-right .right-b .b-img .img-1 {
  display: none;
}

main .corporate-news .corporate-news-container .container .container-b:hover .container-right .right-b .b-img .img-2 {
  display: inline-block;
}

main .pag-container {
  width: 1200px;
  margin: 0 auto;
  height: 84px;
  line-height: 84px;
  background-color: #ffffff;
  font-size: 0;
  text-align: center;
}

main .pag-container .content-a {
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 38px;
  background-color: #f8f8f8;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
  margin-left: 15px;
}

main .pag-container .content-a:hover {
  background-color: #f3930b;
  color: #ffffff;
}

main .pag-container .content-a.active {
  background-color: #f3930b;
  color: #ffffff;
}

main .pag-container .content-b {
  display: inline-block;
  vertical-align: middle;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #666666;
  width: 82px;
  height: 40px;
  background-color: #f8f8f8;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  margin-left: 15px;
  cursor: pointer;
}

main .pag-container .content-b:hover {
  background-color: #f3930b;
  color: #ffffff;
}

main .talent-concept {
  width: 100%;
  position: relative;
}

main .talent-concept .concept-nav {
  width: 100%;
  position: absolute;
  top: -70px;
  left: 0;
}

main .talent-concept .concept-nav .nav-container {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  height: 70px;
}

main .talent-concept .concept-nav .nav-container .content {
  width: 398px;
  height: 100%;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  margin-right: 3px;
  background-color: rgba(244, 244, 245, 0.9);
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  color: #44546b;
  cursor: pointer;
}

main .talent-concept .concept-nav .nav-container .content:last-child {
  margin-right: 0;
}

main .talent-concept .concept-nav .nav-container .content:hover {
  background-color: #f3930b;
  color: #ffffff;
}

main .talent-concept .concept-nav .nav-container .content.active {
  background-color: #f3930b;
  color: #ffffff;
}

main .talent-concept .talent-concept-title {
  width: 100%;
  height: 180px;
  background-color: #ffffff;
}

main .talent-concept .talent-concept-title .container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 52px;
  padding-bottom: 38px;
  text-align: center;
}

main .talent-concept .talent-concept-title .container .cn-title {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #44546b;
  margin-bottom: 20px;
}

main .talent-concept .talent-concept-title .container .cn-title span {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #f3930b;
}

main .talent-concept .talent-concept-title .container .cn-title:before {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #d3d3d3;
  vertical-align: middle;
  margin-right: 20px;
}

main .talent-concept .talent-concept-title .container .cn-title:after {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #d3d3d3;
  vertical-align: middle;
  margin-left: 20px;
}

main .talent-concept .talent-concept-title .container .en-title {
  font-family: DINCond-Regular;
  /*font-size: 34px;*/
  font-size: 20px;
  color: #999999;
}

main .talent-concept .talent-concept-container {
  width: 100%;
  background-color: #efefef;
}

main .talent-concept .talent-concept-container .container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 100px;
}

main .talent-concept .talent-concept-container .container .content-a {
  width: 100%;
  font-size: 0;
  height: 336px;
}

main .talent-concept .talent-concept-container .container .content-a .content-left {
  float: left;
  height: 100%;
  width: 765px;
  background-color: #d2d2d2;
}

main .talent-concept .talent-concept-container .container .content-a .content-right {
  float: right;
  height: 100%;
  width: 408px;
  line-height: 336px;
  background-color: #44546b;
  display: table;
}

main .talent-concept .talent-concept-container .container .content-a .content-right .right-box {
  display: table-cell;
  vertical-align: middle;
  padding-left: 33px;
}

main .talent-concept .talent-concept-container .container .content-a .content-right .right-box .right-a {
  font-family: SourceHanSansSC-Bold;
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 35px;
}

main .talent-concept .talent-concept-container .container .content-a .content-right .right-box .right-b {
  font-family: SourceHanSansSC-Normal;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

main .talent-concept .talent-concept-container .container .content-b {
  width: 100%;
  margin-top: 50px;
}

main .social-recruitment {
  width: 100%;
  position: relative;
}

main .social-recruitment .recruitment-nav {
  width: 100%;
  position: absolute;
  top: -70px;
  left: 0;
}

main .social-recruitment .recruitment-nav .nav-container {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  height: 70px;
}

main .social-recruitment .recruitment-nav .nav-container .content {
  width: 398px;
  height: 100%;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  margin-right: 3px;
  background-color: rgba(244, 244, 245, 0.9);
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  color: #44546b;
  cursor: pointer;
}

main .social-recruitment .recruitment-nav .nav-container .content:last-child {
  margin-right: 0;
}

main .social-recruitment .recruitment-nav .nav-container .content:hover {
  background-color: #f3930b;
  color: #ffffff;
}

main .social-recruitment .recruitment-nav .nav-container .content.active {
  background-color: #f3930b;
  color: #ffffff;
}

main .social-recruitment .social-recruitment-title {
  width: 100%;
  height: 180px;
  background-color: #ffffff;
}

main .social-recruitment .social-recruitment-title .container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 52px;
  padding-bottom: 38px;
  text-align: center;
}

main .social-recruitment .social-recruitment-title .container .cn-title {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #44546b;
  margin-bottom: 20px;
}

main .social-recruitment .social-recruitment-title .container .cn-title span {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #f3930b;
}

main .social-recruitment .social-recruitment-title .container .cn-title:before {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #d3d3d3;
  vertical-align: middle;
  margin-right: 20px;
}

main .social-recruitment .social-recruitment-title .container .cn-title:after {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #d3d3d3;
  vertical-align: middle;
  margin-left: 20px;
}

main .social-recruitment .social-recruitment-title .container .en-title {
  font-family: DINCond-Regular;
  /*font-size: 34px;*/
  font-size: 20px;
  color: #999999;
}

main .social-recruitment .social-recruitment-container {
  width: 100%;
  background-color: #efefef;
  padding-top: 70px;
  padding-bottom: 100px;
}

main .social-recruitment .social-recruitment-container .container {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
}

main .social-recruitment .social-recruitment-container .container .container-title {
  width: 100%;
  height: 60px;
  background-color: #44546b;
  line-height: 60px;
  font-size: 0;
  padding: 0 50px;
}

main .social-recruitment .social-recruitment-container .container .container-title .content-title {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #ffffff;
  height: 100%;
  line-height: 60px;
}

main .social-recruitment .social-recruitment-container .container .container-content {
  width: 100%;
}

main .social-recruitment .social-recruitment-container .container .container-content .container-a {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  height: 60px;
  line-height: 60px;
  font-size: 0;
  padding: 0 50px;
  cursor: pointer;
}

main .social-recruitment .social-recruitment-container .container .container-content .container-a .content {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #666666;
  vertical-align: middle;
  /*height: 100%;
  line-height: 60px;*/
  height: auto;
  line-height: 1.5;
}

main .social-recruitment .social-recruitment-container .container .container-content .container-a .menu {
  position: relative;
}

main .social-recruitment .social-recruitment-container .container .container-content .container-a .menu:after {
  content: '';
  display: inline-block;
  background-image: url(../images/58.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 11px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 0;
}

main .social-recruitment .social-recruitment-container .container .container-content .container-b {
  width: 100%;
  padding: 40px 50px;
  background-color: #fff;
  display: none;
}

main .social-recruitment .social-recruitment-container .container .container-content .container-b .content {
  width: 820px;
  margin-bottom: 45px;
}

main .social-recruitment .social-recruitment-container .container .container-content .container-b .content .content-title {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #f3930b;
  margin-bottom: 30px;
}

main .social-recruitment .social-recruitment-container .container .container-content .container-b .content .content-text {
  width: 100%;
}

main .social-recruitment .social-recruitment-container .container .container-content .container-b .content .content-text p {
  width: 100%;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 34px;
  color: #666666;
}

main .social-recruitment .social-recruitment-container .container .container-content .container-b .understand-more {
  width: 200px;
  height: 50px;
  background-color: #f3930b;
  border-radius: 25px;
  font-size: 0;
  line-height: 50px;
  text-align: center;
  display: block;
  cursor: pointer;
}

main .social-recruitment .social-recruitment-container .container .container-content .container-b .understand-more .more {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}

main .social-recruitment .social-recruitment-container .container .container-content .container-b .understand-more .more-img {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

main .social-recruitment .social-recruitment-container .container .container-content .container-b .understand-more .more-img img {
  width: 100%;
  height: 100%;
}

main .social-recruitment .social-recruitment-container .container .container-content .container-b .understand-more:hover {
  background-color: #293548;
}

main .social-recruitment .social-recruitment-container .container .container-content.show .container-a .menu:after {
  background-image: url(../images/59.png);
}

main .social-recruitment .social-recruitment-container .container .content-a {
  width: 30%;
}

main .social-recruitment .social-recruitment-container .container .content-b {
  width: 15%;
  text-align: center;
}

main .social-recruitment .social-recruitment-container .container .content-c {
  width: 10%;
  text-align: center;
}

main .social-recruitment .social-recruitment-container .container .content-d {
  width: 30%;
  text-align: center;
}

main .social-recruitment .social-recruitment-container .container .content-e {
  width: 15%;
}

main .product-case {
  width: 100%;
  background-color: #efefef;
  overflow: hidden;
}

main .product-case .product-case-title {
  width: 100%;
  height: 180px;
}

main .product-case .product-case-title .container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 52px;
  padding-bottom: 38px;
  text-align: center;
}

main .product-case .product-case-title .container .cn-title {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #44546b;
  margin-bottom: 20px;
}

main .product-case .product-case-title .container .cn-title span {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #f3930b;
}

main .product-case .product-case-title .container .cn-title:before {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #d3d3d3;
  vertical-align: middle;
  margin-right: 20px;
}

main .product-case .product-case-title .container .cn-title:after {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #d3d3d3;
  vertical-align: middle;
  margin-left: 20px;
}

main .product-case .product-case-title .container .en-title {
  font-family: DINCond-Regular;
  /*font-size: 34px;*/
  font-size: 20px;
  color: #999999;
}

main .product-case .case-nav {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 40px;
}

main .product-case .case-nav .nav-container {
  width: 1235px;
  font-size: 0;
  text-align: center;
}

main .product-case .case-nav .nav-container .content {
  display: inline-block;
  width: 200px;
  height: 70px;
  background-color: #ffffff;
  line-height: 70px;
  text-align: center;
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  color: #44546b;
  margin-right: 35px;
  cursor: pointer;
}

main .product-case .case-nav .nav-container .content:hover {
  background-color: #f3930b;
  color: #ffffff;
}

main .product-case .case-nav .nav-container .content.active {
  background-color: #f3930b;
  color: #ffffff;
}

main .product-case .product-case-container {
  width: 100%;
  background-color: #efefef;
  padding: 70px 0;
}

main .product-case .product-case-container .container {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
}

main .product-case .product-case-container .container .container-a {
  width: 100%;
  height: 380px;
  font-size: 0;
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
}

main .product-case .product-case-container .container .container-a .container-left {
  display: inline-block;
  width: 50%;
  height: 100%;
  background-color: #000;
  vertical-align: top;
}

main .product-case .product-case-container .container .container-a .container-left .news-slick {
  width: 100%;
  height: 100%;
}

main .product-case .product-case-container .container .container-a .container-left .news-slick .content {
  width: 100%;
  height: 380px;
}

main .product-case .product-case-container .container .container-a .container-left .news-slick .content img {
  width: 100%;
  height: 100%;
}

main .product-case .product-case-container .container .container-a .container-left .news-slick .slick-arrow {
  display: none !important;
}

main .product-case .product-case-container .container .container-a .container-left .news-slick .slick-dots {
  position: absolute;
  font-size: 0;
  right: -563px;
  bottom: 48px;
  z-index: 10;
}

main .product-case .product-case-container .container .container-a .container-left .news-slick .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #dddddd;
  border-radius: 50%;
  margin-left: 10px;
}

main .product-case .product-case-container .container .container-a .container-left .news-slick .slick-dots .slick-active {
  background-color: #f3930b;
}

main .product-case .product-case-container .container .container-a .container-right {
  display: inline-block;
  width: 50%;
  height: 100%;
  vertical-align: top;
}

main .product-case .product-case-container .container .container-a .container-right .right-a {
  width: 100%;
  height: 100%;
  padding-left: 42px;
  padding-right: 52px;
  padding-top: 46px;
  position: relative;
}

main .product-case .product-case-container .container .container-a .container-right .right-a .title {
  font-family: SourceHanSansSC-Regular;
  font-size: 24px;
  color: #41546d;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

main .product-case .product-case-container .container .container-a .container-right .right-a .date-frequency {
  width: 100%;
  font-size: 0;
  margin-bottom: 30px;
}

main .product-case .product-case-container .container .container-a .container-right .right-a .date-frequency .date {
  display: inline-block;
}

main .product-case .product-case-container .container .container-a .container-right .right-a .date-frequency .date .date-img {
  width: 13px;
  height: 13px;
  display: inline-block;
}

main .product-case .product-case-container .container .container-a .container-right .right-a .date-frequency .date .date-img img {
  width: 100%;
  height: 100%;
}

main .product-case .product-case-container .container .container-a .container-right .right-a .date-frequency .date .date-text {
  font-family: ArialMT;
  font-size: 13px;
  color: #999999;
  margin-left: 6px;
  vertical-align: middle;
}

main .product-case .product-case-container .container .container-a .container-right .right-a .date-frequency .frequency {
  display: inline-block;
  margin-left: 30px;
}

main .product-case .product-case-container .container .container-a .container-right .right-a .date-frequency .frequency .frequency-img {
  width: 16px;
  height: 10px;
  display: inline-block;
}

main .product-case .product-case-container .container .container-a .container-right .right-a .date-frequency .frequency .frequency-img img {
  width: 100%;
  height: 100%;
}

main .product-case .product-case-container .container .container-a .container-right .right-a .date-frequency .frequency .frequency-text {
  font-family: ArialMT;
  font-size: 13px;
  color: #999999;
  margin-left: 6px;
  vertical-align: middle;
}

main .product-case .product-case-container .container .container-a .container-right .right-a .right-content {
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  line-height: 32px;
  color: #666666;
}

main .product-case .product-case-container .container .container-a .container-right .right-a .see-details {
  display: block;
  cursor: pointer;
  width: 130px;
  height: 40px;
  background-color: #f3930b;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 13px;
  color: #ffffff;
  position: absolute;
  bottom: 48px;
  left: 42px;
}

main .product-case .product-case-container .container .container-a .container-right .right-a .see-details:hover {
  background-color: #293548;
}

main .product-case .product-case-container .container .container-b {
  width: 100%;
  overflow: hidden;
}

main .product-case .product-case-container .container .container-b .container-content {
  width: 1245px;
  font-size: 0;
}

main .product-case .product-case-container .container .container-b .container-content .content {
  margin-right: 45px;
  margin-bottom: 45px;
  width: 370px;
  display: inline-block;
  vertical-align: top;
}

main .product-case .product-case-container .container .container-b .container-content .content .content-img {
  width: 100%;
  height: 290px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}

main .product-case .product-case-container .container .container-b .container-content .content .content-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .6s;
  transition: all .6s;
}

main .product-case .product-case-container .container .container-b .container-content .content .content-img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

main .product-case .product-case-container .container .container-b .container-content .content .content-img .num-date {
  padding-top: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 93px;
  height: 93px;
  background-color: #cccccc;
  display: none;
}

main .product-case .product-case-container .container .container-b .container-content .content .content-img .num-date .num {
  font-family: DINCond-Regular;
  font-size: 34px;
  color: #ffffff;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}

main .product-case .product-case-container .container .container-b .container-content .content .content-img .num-date .date {
  font-family: DINCond-Regular;
  font-size: 16px;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

main .product-case .product-case-container .container .container-b .container-content .content .content-box {
  width: 100%;
  height: 196px;
  background-color: #ffffff;
  padding-top: 28px;
  padding-left: 30px;
  padding-right: 46px;
  position: relative;
}

main .product-case .product-case-container .container .container-b .container-content .content .content-box .content-title {
  font-family: SourceHanSansSC-Regular;
  font-size: 18px;
  color: #41546d;
  margin-bottom: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

main .product-case .product-case-container .container .container-b .container-content .content .content-box .content-text {
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  line-height: 22px;
  color: #999999;
}

main .product-case .product-case-container .container .container-b .container-content .content .content-box .see-details {
  font-family: SourceHanSansSC-Regular;
  font-size: 15px;
  /* color: #666666; */
  color: #f3930b;
  cursor: pointer;
  display: block;
  width: 100%;
  position: absolute;
  left: 30px;
  bottom: 34px;
}

main .product-case .product-case-container .container .container-b .container-content .content:hover .content-img .num-date {
  background-color: #41546d;
}

main .product-case .product-case-container .container .container-b .container-content .content:hover .content-img .num-date .num {
  font-family: DINCond-Regular;
  font-size: 34px;
  color: #ffffff;
}

main .product-case .product-case-container .container .container-b .container-content .content:hover .content-img .num-date .date {
  font-family: DINCond-Regular;
  font-size: 16px;
  color: #ffffff;
}

main .product-case .product-case-container .container .container-b .container-content .content:hover .content-box {
  background-color: #f3930b;
}

main .product-case .product-case-container .container .container-b .container-content .content:hover .content-box .content-title {
  color: #fff;
}

main .product-case .product-case-container .container .container-b .container-content .content:hover .content-box .content-text {
  color: #fff;
}

main .product-case .product-case-container .container .container-b .container-content .content:hover .content-box .see-details {
  color: #fff;
}

main .product-case .product-case-container .container .container-b .container-content .content .content-box .see-details:hover {
  color: #293548;
}

main .product-case-details {
  width: 100%;
  background-color: #efefef;
  padding-top: 70px;
  padding-bottom: 80px;
}

main .product-case-details .case-container {
  width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
  padding-top: 42px;
  padding-left: 70px;
  padding-right: 70px;
}

main .product-case-details .case-container .title-box {
  width: 100%;
  height: 43px;
  margin-bottom: 35px;
}

main .product-case-details .case-container .title-box .title-left {
  float: left;
  height: 100%;
  line-height: 43px;
  font-family: MicrosoftYaHei;
  font-size: 28px;
  color: #333333;
}

main .product-case-details .case-container .title-box .title-right {
  float: right;
  height: 100%;
  line-height: 43px;
  font-size: 0;
}

main .product-case-details .case-container .title-box .title-right a {
  margin-left: 15px;
}

main .product-case-details .case-container .title-box .title-right .right-a {
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #c9c9c9;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

main .product-case-details .case-container .title-box .title-right .right-a img {
  width: 10px;
  height: 19px;
}

main .product-case-details .case-container .title-box .title-right .right-a .img-2 {
  display: none;
}

main .product-case-details .case-container .title-box .title-right .right-a:hover {
  background-color: #f3930b;
  border: none;
}

main .product-case-details .case-container .title-box .title-right .right-a:hover .img-1 {
  display: none;
}

main .product-case-details .case-container .title-box .title-right .right-a:hover .img-2 {
  display: inline-block;
}

main .product-case-details .case-container .title-box .title-right .right-b {
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #c9c9c9;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

main .product-case-details .case-container .title-box .title-right .right-b:hover {
  background-color: #f3930b;
  border: none;
}

main .product-case-details .case-container .title-box .title-right .right-b img {
  width: 17px;
  height: 17px;
}

main .product-case-details .case-container .title-box .title-right .right-c {
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #c9c9c9;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

main .product-case-details .case-container .title-box .title-right .right-c img {
  width: 10px;
  height: 19px;
}

main .product-case-details .case-container .title-box .title-right .right-c .img-2 {
  display: none;
}

main .product-case-details .case-container .title-box .title-right .right-c:hover {
  background-color: #f3930b;
  border: none;
}

main .product-case-details .case-container .title-box .title-right .right-c:hover .img-1 {
  display: none;
}

main .product-case-details .case-container .title-box .title-right .right-c:hover .img-2 {
  display: inline-block;
}

main .product-case-details .case-container .container-content {
  width: 100%;
  border-top: 1px solid #efefef;
  padding-top: 18px;
  padding-bottom: 60px;
  border-bottom: 1px solid #efefef;
}

main .product-case-details .case-container .container-content .share-container {
  width: 100%;
  font-size: 0;
  margin-bottom: 50px;
}

main .product-case-details .case-container .container-content .share-container .date {
  display: inline-block;
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  color: #999999;
  vertical-align: middle;
}

main .product-case-details .case-container .container-content .share-container .frequency {
  display: inline-block;
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  color: #999999;
  vertical-align: middle;
  margin-left: 20px;
}

main .product-case-details .case-container .container-content .share-container .share {
  font-size: 0;
  display: inline-block;
  margin-left: 20px;
}

main .product-case-details .case-container .container-content .share-container .share span {
  display: inline-block;
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  color: #999999;
  vertical-align: middle;
}

main .product-case-details .case-container .container-content .share-container .share .weibo {
  display: inline-block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #c9c9c9;
  margin-left: 10px;
  border-radius: 50%;
  cursor: pointer;
}

main .product-case-details .case-container .container-content .share-container .share .weibo img {
  width: 19px;
  height: 15px;
}

main .product-case-details .case-container .container-content .share-container .share .weibo .img-2 {
  display: none;
}

main .product-case-details .case-container .container-content .share-container .share .weibo:hover {
  background-color: #f3930b;
}

main .product-case-details .case-container .container-content .share-container .share .weibo:hover .img-1 {
  display: none;
}

main .product-case-details .case-container .container-content .share-container .share .weibo:hover .img-2 {
  display: inline-block;
}

main .product-case-details .case-container .container-content .share-container .share .weixin {
  display: inline-block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #c9c9c9;
  margin-left: 10px;
  border-radius: 50%;
  cursor: pointer;
}

main .product-case-details .case-container .container-content .share-container .share .weixin img {
  width: 20px;
  height: 16px;
}

main .product-case-details .case-container .container-content .share-container .share .weixin .img-2 {
  display: none;
}

main .product-case-details .case-container .container-content .share-container .share .weixin:hover {
  background-color: #f3930b;
}

main .product-case-details .case-container .container-content .share-container .share .weixin:hover .img-1 {
  display: none;
}

main .product-case-details .case-container .container-content .share-container .share .weixin:hover .img-2 {
  display: inline-block;
}

main .product-case-details .case-container .container-content .share-container .share .qq {
  display: inline-block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #c9c9c9;
  margin-left: 10px;
  border-radius: 50%;
  cursor: pointer;
}

main .product-case-details .case-container .container-content .share-container .share .qq img {
  width: 15px;
  height: 16px;
}

main .product-case-details .case-container .container-content .share-container .share .qq .img-2 {
  display: none;
}

main .product-case-details .case-container .container-content .share-container .share .qq:hover {
  background-color: #f3930b;
}

main .product-case-details .case-container .container-content .share-container .share .qq:hover .img-1 {
  display: none;
}

main .product-case-details .case-container .container-content .share-container .share .qq:hover .img-2 {
  display: inline-block;
}

main .product-case-details .case-container .container-content .content {
  width: 100%;
}

main .product-case-details .case-container .container-content .content p {
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 35px;
}

main .product-case-details .case-container .container-content .content p img {
  max-width: 100%;
}

main .product-case-details .case-container .content-link {
  width: 100%;
  height: 90px;
}

main .product-case-details .case-container .content-link .link-left {
  float: left;
  cursor: pointer;
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  color: #666666;
  height: 100%;
  line-height: 90px;
}

main .product-case-details .case-container .content-link .link-right {
  float: right;
  cursor: pointer;
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  color: #666666;
  height: 100%;
  line-height: 90px;
}

main .croduct-center {
  width: 100%;
  position: relative;
}

main .croduct-center .center-nav {
  width: 100%;
  position: absolute;
  top: -70px;
  left: 0;
}

main .croduct-center .center-nav .nav-container {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  height: 70px;
}

main .croduct-center .center-nav .nav-container .content {
  width: 298px;
  height: 100%;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  margin-right: 2px;
  background-color: rgba(244, 244, 245, 0.9);
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  color: #44546b;
  cursor: pointer;
}

main .croduct-center .center-nav .nav-container .content:last-child {
  margin-right: 0;
}

main .croduct-center .center-nav .nav-container .content:hover {
  background-color: #f3930b;
  color: #ffffff;
}

main .croduct-center .center-nav .nav-container .content.active {
  background-color: #f3930b;
  color: #ffffff;
}

main .croduct-center .croduct-center-title {
  width: 100%;
  height: 180px;
  background-color: #efefef;
}

main .croduct-center .croduct-center-title .container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 52px;
  padding-bottom: 38px;
  text-align: center;
}

main .croduct-center .croduct-center-title .container .cn-title {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #44546b;
  margin-bottom: 20px;
}

main .croduct-center .croduct-center-title .container .cn-title span {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #f3930b;
}

main .croduct-center .croduct-center-title .container .cn-title:before {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #d3d3d3;
  vertical-align: middle;
  margin-right: 20px;
}

main .croduct-center .croduct-center-title .container .cn-title:after {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #d3d3d3;
  vertical-align: middle;
  margin-left: 20px;
}

main .croduct-center .croduct-center-title .container .en-title {
  font-family: DINCond-Regular;
  /*font-size: 34px;*/
  font-size: 20px;
  color: #999999;
}

main .croduct-center .croduct-center-container {
  width: 100%;
}

main .croduct-center .croduct-center-container .container {
  width: 100%;
  background-color: #ffffff;
}

main .croduct-center .croduct-center-container .container .container-content {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  padding: 43px 0;
}

main .croduct-center .croduct-center-container .container .container-content .content-a {
  float: left;
  width: 678px;
}

main .croduct-center .croduct-center-container .container .container-content .content-a .content-title {
  width: 100%;
  font-family: SourceHanSansSC-Regular;
  font-size: 22px;
  color: #f3930b;
  border-bottom: 1px dashed #999999;
  padding: 0 26px;
  padding-bottom: 33px;
  position: relative;
  margin-bottom: 40px;
}

main .croduct-center .croduct-center-container .container .container-content .content-a .content-title:before {
  content: '';
  display: inline-block;
  background-image: url(../images/76.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 14px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 0;
}

main .croduct-center .croduct-center-container .container .container-content .content-a .content-title:after {
  content: '';
  display: inline-block;
  background-image: url(../images/77.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 14px;
  height: 10px;
  position: absolute;
  top: 10px;
  right: 0;
}

main .croduct-center .croduct-center-container .container .container-content .content-a .content-text {
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}

main .croduct-center .croduct-center-container .container .container-content .content-b {
  float: right;
  width: 486px;
  height: 360px;
  background-color: #195ba9;
}

main .croduct-center .croduct-center-container .container .container-content .content-b img {
  width: 100%;
  height: 100%;
}

main .croduct-center .croduct-center-container .container.class2 {
  background-color: #efefef;
}

main .croduct-center .croduct-center-container .container.class2 .container-content .content-a {
  float: right;
}

main .croduct-center .croduct-center-container .container.class2 .container-content .content-b {
  float: left;
}

main .croduct-details {
  width: 100%;
  position: relative;
}

main .croduct-details .details-nav {
  width: 100%;
  position: absolute;
  top: -70px;
  left: 0;
}

main .croduct-details .details-nav .nav-container {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  height: 70px;
}

main .croduct-details .details-nav .nav-container .content {
  width: 298px;
  height: 100%;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  margin-right: 2px;
  background-color: rgba(244, 244, 245, 0.9);
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  color: #44546b;
  cursor: pointer;
}

main .croduct-details .details-nav .nav-container .content:last-child {
  margin-right: 0;
}

main .croduct-details .details-nav .nav-container .content:hover {
  background-color: #f3930b;
  color: #ffffff;
}

main .croduct-details .details-nav .nav-container .content.active {
  background-color: #f3930b;
  color: #ffffff;
}

main .croduct-details .details-container {
  width: 100%;
  height: 250px;
  background-color: #293548;
  position: relative;
}

main .croduct-details .details-container .container {
  width: 100%;
  position: absolute;
  left: 0;
  top: 78px;
  height: 410px;
}

main .croduct-details .details-container .container .container-content {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  height: 100%;
}

main .croduct-details .details-container .container .container-content .content-a {
  width: 100%;
  height: 100%;
}

main .croduct-details .details-container .container .container-content .content-a .content-left {
  width: 625px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

main .croduct-details .details-container .container .container-content .content-a .content-left img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .6s;
  transition: all .6s;
}

main .croduct-details .details-container .container .container-content .content-a .content-left img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

main .croduct-details .details-container .container .container-content .content-a .content-right {
  width: 575px;
  height: 100%;
  display: inline-block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: top;
  padding-top: 110px;
  padding-left: 78px;
  padding-right: 50px;
}

main .croduct-details .details-container .container .container-content .content-a .content-right .content-title {
  font-family: SourceHanSansSC-Regular;
  font-size: 24px;
  color: #333333;
  margin-bottom: 30px;
}

main .croduct-details .details-container .container .container-content .content-a .content-right .content-text {
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}

main .croduct-details .details-container .container .container-content .content-b {
  width: 100%;
  height: 25px;
  text-align: center;
}

main .croduct-details .details-container .container .container-content .content-b img {
  width: 1115px;
  height: 100%;
}

main .croduct-details .features-container {
  width: 100%;
  background-color: #efefef;
  padding-top: 330px;
  padding-bottom: 20px;
}

main .croduct-details .features-container .container-title {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansSC-Regular;
  font-size: 40px;
  color: #323236;
  margin-bottom: 50px;
}

main .croduct-details .features-container .container {
  width: 1200px;
  margin: 0 auto;
}

main .croduct-details .features-container .container .content {
  width: 100%;
  margin-bottom: 42px;
  font-size: 0;
  height: 268px;
  cursor: pointer;
  background-image: url();
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

main .croduct-details .features-container .container .content .content-left {
  width: 462px;
  height: 100%;
  background-color: #464646;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

main .croduct-details .features-container .container .content .content-left img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .6s;
  transition: all .6s;
}

main .croduct-details .features-container .container .content .content-left img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

main .croduct-details .features-container .container .content .content-right {
  display: inline-block;
  width: 738px;
  height: 100%;
  padding-left: 66px;
  padding-right: 75px;
  padding-top: 64px;
  vertical-align: top;
  position: relative;
}

main .croduct-details .features-container .container .content .content-right .right-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}

main .croduct-details .features-container .container .content .content-right .right-img .img-2 {
  display: none;
}

main .croduct-details .features-container .container .content .content-right .right-title {
  font-family: SourceHanSansSC-Regular;
  font-size: 25px;
  color: #999999;
  margin-bottom: 34px;
}

main .croduct-details .features-container .container .content .content-right .right-text {
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  line-height: 28px;
  color: #999999;
}

main .croduct-details .features-container .container .content:hover .content-right .right-img .img-1 {
  display: none;
}

main .croduct-details .features-container .container .content:hover .content-right .right-img .img-2 {
  display: inline-block;
}

main .croduct-details .features-container .container .content:hover .content-right .right-title {
  color: #fff;
}

main .croduct-details .features-container .container .content:hover .content-right .right-text {
  color: #fff;
}

main .product-advantages {
  width: 100%;
  background-color: #efefef;
  position: relative;
  padding-bottom: 100px;
}

main .product-advantages .advantages-nav {
  width: 100%;
  position: absolute;
  top: -70px;
  left: 0;
}

main .product-advantages .advantages-nav .nav-container {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  height: 70px;
}

main .product-advantages .advantages-nav .nav-container .content {
  width: 298px;
  height: 100%;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  margin-right: 2px;
  background-color: rgba(244, 244, 245, 0.9);
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  color: #44546b;
  cursor: pointer;
}

main .product-advantages .advantages-nav .nav-container .content:last-child {
  margin-right: 0;
}

main .product-advantages .advantages-nav .nav-container .content:hover {
  background-color: #f3930b;
  color: #ffffff;
}

main .product-advantages .advantages-nav .nav-container .content.active {
  background-color: #f3930b;
  color: #ffffff;
}

main .product-advantages .product-advantages-title {
  width: 100%;
  height: 180px;
  background-color: #efefef;
}

main .product-advantages .product-advantages-title .container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 52px;
  padding-bottom: 38px;
  text-align: center;
}

main .product-advantages .product-advantages-title .container .cn-title {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #44546b;
  margin-bottom: 20px;
}

main .product-advantages .product-advantages-title .container .cn-title span {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #f3930b;
}

main .product-advantages .product-advantages-title .container .cn-title:before {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #d3d3d3;
  vertical-align: middle;
  margin-right: 20px;
}

main .product-advantages .product-advantages-title .container .cn-title:after {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #d3d3d3;
  vertical-align: middle;
  margin-left: 20px;
}

main .product-advantages .product-advantages-title .container .en-title {
  font-family: DINCond-Regular;
  /*font-size: 34px;*/
  font-size: 20px;
  color: #999999;
}

main .product-advantages .wisdom-site-container {
  width: 100%;
  background-color: #efefef;
}

main .product-advantages .wisdom-site-container .container-a {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}

main .product-advantages .wisdom-site-container .container-a .container-title {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansSC-Regular;
  font-size: 24px;
  color: #666666;
  margin-bottom: 40px;
}

main .product-advantages .wisdom-site-container .container-a .container-content {
  width: 100%;
  font-size: 0;
  overflow: hidden;
}

main .product-advantages .wisdom-site-container .container-a .container-content .content-box {
  width: 1252px;
}

main .product-advantages .wisdom-site-container .container-a .container-content .content-box .content {
  display: inline-block;
  margin-right: 52px;
  width: 570px;
  position: relative;
  height: 88px;
  margin-bottom: 50px;
}

main .product-advantages .wisdom-site-container .container-a .container-content .content-box .content .content-radius {
  width: 88px;
  height: 100%;
  line-height: 88px;
  text-align: center;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #c07000), color-stop(50%, #e28400), to(#ff9500)), -webkit-gradient(linear, left top, left bottom, from(#c58a9a), to(#c58a9a));
  background-image: linear-gradient(0deg, #c07000 1%, #e28400 50%, #ff9500 100%), linear-gradient(#c58a9a, #c58a9a);
  background-blend-mode: normal, 
 normal;
  /*padding-top: 16px;*/
  border-radius: 50%;
  position: relative;
  z-index: 10;
}

main .product-advantages .wisdom-site-container .container-a .container-content .content-box .content .content-radius .num {
  font-family: FZKTK--GBK1-0;
  font-size: 35px;
  color: #ffffff;
  /*margin-bottom: 8px;*/
  width: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

main .product-advantages .wisdom-site-container .container-a .container-content .content-box .content .content-radius .text {
  font-family: SourceHanSansSC-Regular;
  font-size: 17px;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

main .product-advantages .wisdom-site-container .container-a .container-content .content-box .content .content-text {
  width: 520px;
  height: 100%;
  line-height: 88px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  color: #666666;
  position: absolute;
  left: 54px;
  top: 0;
}

main .product-advantages .wisdom-site-container .container-b {
  width: 100%;
  font-size: 0;
  height: 600px;
}

main .product-advantages .wisdom-site-container .container-b .container-left {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

main .product-advantages .wisdom-site-container .container-b .container-left .container-content {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

main .product-advantages .wisdom-site-container .container-b .container-left .container-content .content {
  display: table-cell;
  vertical-align: middle;
}

main .product-advantages .wisdom-site-container .container-b .container-left .container-content .content .cn-title {
  /*width: 100%;*/
  width: 80%;
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #f3930b;
  text-align: center;
  margin-bottom: 20px;
}

main .product-advantages .wisdom-site-container .container-b .container-left .container-content .content .en-title {
  /*width: 100%;*/
  width: 80%;
  font-family: DINCond-Regular;
  font-size: 34px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 32px;
}

main .product-advantages .wisdom-site-container .container-b .container-left .container-content .content .content-text {
  /*width: 100%;*/
  width: 80%;
  font-family: SourceHanSansSC-Regular;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}

main .product-advantages .wisdom-site-container .container-b .container-right {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  background-color: rgba(41, 53, 72, 0.5);
  position: relative;
}

main .product-advantages .wisdom-site-container .container-b .container-right .content-box {
  width: 720px;
  height: 440px;
  background-color: #ffffff;
  font-size: 0;
  padding-top: 60px;
  position: absolute;
  top: 80px;
  left: -126px;
}

main .product-advantages .wisdom-site-container .container-b .container-right .content-box .content {
  width: 50%;
  text-align: center;
  display: inline-block;
  margin-bottom: 60px;
}

main .product-advantages .wisdom-site-container .container-b .container-right .content-box .content .content-radius {
  width: 88px;
  height: 88px;
  background-color: #ffffff;
  border: solid 1px #f3930b;
  border-radius: 50%;
  line-height: 88px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 14px;
}

main .product-advantages .wisdom-site-container .container-b .container-right .content-box .content .content-radius .radius-text {
  width: 76px;
  height: 76px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #c07000), color-stop(50%, #e28400), to(#ff9500)), -webkit-gradient(linear, left top, left bottom, from(#f3930b), to(#f3930b));
  background-image: linear-gradient(0deg, #c07000 1%, #e28400 50%, #ff9500 100%), linear-gradient(#f3930b, #f3930b);
  background-blend-mode: normal, 
 normal;
  line-height: 76px;
  text-align: center;
  font-family: FZKTK--GBK1-0;
  font-size: 36px;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

main .product-advantages .wisdom-site-container .container-b .container-right .content-box .content .content-text {
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  color: #666666;
}

main .product-advantages .wisdom-housing-container {
  width: 100%;
}

main .product-advantages .wisdom-housing-container .content {
  width: 1200px;
  margin: 0 auto;
}

main .product-advantages .wisdom-housing-container .content p {
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}

main .product-advantages .wisdom-housing-container .content p img {
  width: 100%;
  margin: 40px 0;
}

main .core-products {
  width: 100%;
  position: relative;
}

main .core-products .core-nav {
  width: 100%;
  position: absolute;
  top: -70px;
  left: 0;
}

main .core-products .core-nav .nav-container {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  height: 70px;
}

main .core-products .core-nav .nav-container .content {
  width: 298px;
  height: 100%;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  margin-right: 2px;
  background-color: rgba(244, 244, 245, 0.9);
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  color: #44546b;
  cursor: pointer;
}

main .core-products .core-nav .nav-container .content:last-child {
  margin-right: 0;
}

main .core-products .core-nav .nav-container .content:hover {
  background-color: #f3930b;
  color: #ffffff;
}

main .core-products .core-nav .nav-container .content.active {
  background-color: #f3930b;
  color: #ffffff;
}

main .core-products .wisdom-site {
  width: 100%;
  background-color: #efefef;
  padding-bottom: 70px;
}

main .core-products .wisdom-site .wisdom-site-title {
  width: 100%;
  height: 180px;
  background-color: #efefef;
}

main .core-products .wisdom-site .wisdom-site-title .container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 52px;
  padding-bottom: 38px;
  text-align: center;
}

main .core-products .wisdom-site .wisdom-site-title .container .cn-title {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #44546b;
  margin-bottom: 20px;
}

main .core-products .wisdom-site .wisdom-site-title .container .cn-title span {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #f3930b;
}

main .core-products .wisdom-site .wisdom-site-title .container .cn-title:before {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #d3d3d3;
  vertical-align: middle;
  margin-right: 20px;
}

main .core-products .wisdom-site .wisdom-site-title .container .cn-title:after {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #d3d3d3;
  vertical-align: middle;
  margin-left: 20px;
}

main .core-products .wisdom-site .wisdom-site-title .container .en-title {
  font-family: DINCond-Regular;
  /*font-size: 34px;*/
  font-size: 20px;
  color: #999999;
}

main .core-products .wisdom-site .wisdom-site-container {
  width: 100%;
}

main .core-products .wisdom-site .wisdom-site-container .container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a {
  width: 100%;
  font-size: 0;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a .z-b {
  -webkit-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  vertical-align: top;
  width: 240px;
  height: 590px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a .z-b .content-box {
  width: 100%;
  height: 100%;
  padding-top: 60px;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a .z-b .content-box .cn-title {
  font-family: SourceHanSansSC-Regular;
  font-size: 23px;
  color: #ffffff;
  margin-bottom: 12px;
  width: 100%;
  padding-left: 20px;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a .z-b .content-box .cn-title:after {
  content: '';
  display: block;
  border-bottom: 1px solid #f3930b;
  width: 30px;
  margin-top: 12px;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a .z-b .content-box .en-title {
  font-family: DINCond-Regular;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 35px;
  width: 100%;
  text-align: center;
  display: none;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a .z-b .content-box .en-title:after {
  content: '';
  display: block;
  border-bottom: 1px solid #f3930b;
  width: 30px;
  margin: 0 auto;
  margin-top: 20px;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a .z-b .content-box .content {
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  line-height: 30px;
  color: #f3eeee;
  width: 100%;
  text-align: center;
  display: none;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a .z-b .content-box .content-link {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 90px;
  left: 0;
  display: none;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a .z-b .content-box .content-link .learn-more {
  display: inline-block;
  width: 160px;
  height: 40px;
  background-color: #f3930b;
  border-radius: 20px;
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a.state1 .z-b1 {
  width: 480px;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a.state1 .z-b1 .content-box {
  background-color: rgba(32, 82, 153, 0.51);
  position: relative;
  padding: 0 60px;
  padding-top: 60px;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a.state1 .z-b1 .content-box .cn-title {
  text-align: center;
  padding-left: 0;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a.state1 .z-b1 .content-box .cn-title:after {
  display: none;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a.state1 .z-b1 .content-box .en-title {
  display: block;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a.state1 .z-b1 .content-box .content {
  display: block;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a.state1 .z-b1 .content-box .content-link {
  display: block;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a.state2 .z-b2 {
  width: 480px;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a.state2 .z-b2 .content-box {
  background-color: rgba(32, 82, 153, 0.51);
  position: relative;
  padding: 0 60px;
  padding-top: 60px;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a.state2 .z-b2 .content-box .cn-title {
  text-align: center;
  padding-left: 0;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a.state2 .z-b2 .content-box .cn-title:after {
  display: none;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a.state2 .z-b2 .content-box .en-title {
  display: block;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a.state2 .z-b2 .content-box .content {
  display: block;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a.state2 .z-b2 .content-box .content-link {
  display: block;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a.state3 .z-b3 {
  width: 480px;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a.state3 .z-b3 .content-box {
  background-color: rgba(32, 82, 153, 0.51);
  position: relative;
  padding: 0 60px;
  padding-top: 60px;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a.state3 .z-b3 .content-box .cn-title {
  text-align: center;
  padding-left: 0;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a.state3 .z-b3 .content-box .cn-title:after {
  display: none;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a.state3 .z-b3 .content-box .en-title {
  display: block;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a.state3 .z-b3 .content-box .content {
  display: block;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a.state3 .z-b3 .content-box .content-link {
  display: block;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a.state4 .z-b4 {
  width: 480px;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a.state4 .z-b4 .content-box {
  background-color: rgba(32, 82, 153, 0.51);
  position: relative;
  padding: 0 60px;
  padding-top: 60px;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a.state4 .z-b4 .content-box .cn-title {
  text-align: center;
  padding-left: 0;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a.state4 .z-b4 .content-box .cn-title:after {
  display: none;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a.state4 .z-b4 .content-box .en-title {
  display: block;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a.state4 .z-b4 .content-box .content {
  display: block;
}

main .core-products .wisdom-site .wisdom-site-container .container .z-a.state4 .z-b4 .content-box .content-link {
  display: block;
}

main .core-products .wisdom-site .wisdom-site-container .container .slick-arrow {
  font-size: 0;
  border: none;
  background: none;
  position: absolute;
}

main .core-products .wisdom-site .wisdom-site-container .container .slick-prev {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  background-image: url(../images/87.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 18px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1), 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1), 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 45%;
  left: -30px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}

main .core-products .wisdom-site .wisdom-site-container .container .slick-prev:hover {
  background-color: #f3930b;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(243, 147, 11, 0.3), 0px 30px 60px 0px rgba(243, 147, 11, 0.3);
          box-shadow: 0px 15px 30px 0px rgba(243, 147, 11, 0.3), 0px 30px 60px 0px rgba(243, 147, 11, 0.3);
  background-image: url(../images/88.png);
}

main .core-products .wisdom-site .wisdom-site-container .container .slick-next {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  background-image: url(../images/89.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 18px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1), 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1), 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 45%;
  right: -30px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}

main .core-products .wisdom-site .wisdom-site-container .container .slick-next:hover {
  background-color: #f3930b;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(243, 147, 11, 0.3), 0px 30px 60px 0px rgba(243, 147, 11, 0.3);
          box-shadow: 0px 15px 30px 0px rgba(243, 147, 11, 0.3), 0px 30px 60px 0px rgba(243, 147, 11, 0.3);
  background-image: url(../images/90.png);
}

main .core-products .core-products-container {
  width: 100%;
}

main .core-products .core-products-container .smart-supervision {
  width: 100%;
  padding-bottom: 76px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

main .core-products .core-products-container .smart-supervision .smart-supervision-title {
  width: 100%;
  height: 180px;
}

main .core-products .core-products-container .smart-supervision .smart-supervision-title .container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 52px;
  padding-bottom: 38px;
  text-align: center;
}

main .core-products .core-products-container .smart-supervision .smart-supervision-title .container .cn-title {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #44546b;
  margin-bottom: 20px;
}

main .core-products .core-products-container .smart-supervision .smart-supervision-title .container .cn-title span {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #f3930b;
}

main .core-products .core-products-container .smart-supervision .smart-supervision-title .container .cn-title:before {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #d3d3d3;
  vertical-align: middle;
  margin-right: 20px;
}

main .core-products .core-products-container .smart-supervision .smart-supervision-title .container .cn-title:after {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #d3d3d3;
  vertical-align: middle;
  margin-left: 20px;
}

main .core-products .core-products-container .smart-supervision .smart-supervision-title .container .en-title {
  font-family: DINCond-Regular;
  /*font-size: 34px;*/
  font-size: 20px;
  color: #999999;
}

main .core-products .core-products-container .smart-supervision .smart-supervision-container {
  width: 1200px;
  margin: 0 auto;
}

main .core-products .core-products-container .smart-supervision .smart-supervision-container .container-text {
  width: 100%;
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  line-height: 28px;
  color: #999999;
  margin-bottom: 40px;
}

main .core-products .core-products-container .smart-supervision .smart-supervision-container .container-content {
  width: 100%;
  font-size: 0;
  height: 450px;
}

main .core-products .core-products-container .smart-supervision .smart-supervision-container .container-content .content-left {
  display: inline-block;
  width: 50%;
  height: 100%;
  vertical-align: top;
}

main .core-products .core-products-container .smart-supervision .smart-supervision-container .container-content .content-left img {
  width: 100%;
  height: 100%;
}

main .core-products .core-products-container .smart-supervision .smart-supervision-container .container-content .content-right {
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 110px;
  padding-left: 85px;
  padding-right: 66px;
  display: inline-block;
  vertical-align: top;
}

main .core-products .core-products-container .smart-supervision .smart-supervision-container .container-content .content-right .content-title {
  font-family: SourceHanSansSC-Regular;
  font-size: 22px;
  color: #f3930b;
  margin-bottom: 20px;
}

/* main .core-products .core-products-container .smart-supervision .smart-supervision-container .container-content .content-right .content-box {
  width: 100%;
  height: 184px;
  overflow: hidden;
  margin-bottom: 35px;
}

main .core-products .core-products-container .smart-supervision .smart-supervision-container .container-content .content-right .content-box .text-box {
  width: 100%;
  position: relative;
  top: 0;
}

main .core-products .core-products-container .smart-supervision .smart-supervision-container .container-content .content-right .content-box .text-box p {
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
} */

main .core-products .core-products-container .smart-supervision .smart-supervision-container .container-content .content-right .content-box {
  width: 100%;
}

main .core-products .core-products-container .smart-supervision .smart-supervision-container .container-content .content-right .content-box .switch-up-down {
  width: 100%;
  height: 190px;
  margin-bottom: 55px;
}

main .core-products .core-products-container .smart-supervision .smart-supervision-container .container-content .content-right .content-box .switch-up-down .swiper-slide {
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  height: auto !important;
}

main .core-products .core-products-container .smart-supervision .smart-supervision-container .container-content .content-right .content-box .prev-next {
  width: 100%;
  font-size: 0;
}

main .core-products .core-products-container .smart-supervision .smart-supervision-container .container-content .content-right .content-box .switch-up-down-prev {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #acacac;
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
  background-image: url(../images/58-1.png);
  background-position: center center;
  background-size: 11px 6px;
  background-repeat: no-repeat;
  position: static;
}

main .core-products .core-products-container .smart-supervision .smart-supervision-container .container-content .content-right .content-box .switch-up-down-next {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #acacac;
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
  background-image: url(../images/58.png);
  background-position: center center;
  background-size: 11px 6px;
  background-repeat: no-repeat;
  position: static;
}

/* main .core-products .core-products-container .smart-supervision .smart-supervision-container .container-content .content-right .prev-next {
  font-size: 0;
  width: 100%;
  display: none;
} */

/* main .core-products .core-products-container .smart-supervision .smart-supervision-container .container-content .content-right .prev-next .prev {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #acacac;
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
}

main .core-products .core-products-container .smart-supervision .smart-supervision-container .container-content .content-right .prev-next .prev img {
  width: 11px;
  height: 6px;
} */

/* main .core-products .core-products-container .smart-supervision .smart-supervision-container .container-content .content-right .prev-next .next {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #acacac;
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
}

main .core-products .core-products-container .smart-supervision .smart-supervision-container .container-content .content-right .prev-next .next img {
  width: 11px;
  height: 6px;
} */

main .core-products .core-products-container .smart-supervision.class2 {
  background: none;
  background-color: #efefef;
}

main .about-us {
  width: 100%;
  position: relative;
}

main .about-us .us-nav {
  width: 100%;
  position: absolute;
  top: -70px;
  left: 0;
}

main .about-us .us-nav .nav-container {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  height: 70px;
}

main .about-us .us-nav .nav-container .content {
  width: 198px;
  height: 100%;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  margin-right: 2px;
  background-color: rgba(244, 244, 245, 0.9);
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  color: #44546b;
  cursor: pointer;
}

main .about-us .us-nav .nav-container .content:last-child {
  margin-right: 0;
}

main .about-us .us-nav .nav-container .content:hover {
  background-color: #f3930b;
  color: #ffffff;
}

main .about-us .us-nav .nav-container .content.active {
  background-color: #f3930b;
  color: #ffffff;
}

main .about-us .about-us-title {
  width: 100%;
  height: 180px;
  background-color: #efefef;
}

main .about-us .about-us-title .container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 52px;
  padding-bottom: 38px;
  text-align: center;
}

main .about-us .about-us-title .container .cn-title {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #44546b;
  margin-bottom: 20px;
}

main .about-us .about-us-title .container .cn-title span {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #f3930b;
}

main .about-us .about-us-title .container .cn-title:before {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #d3d3d3;
  vertical-align: middle;
  margin-right: 20px;
}

main .about-us .about-us-title .container .cn-title:after {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #d3d3d3;
  vertical-align: middle;
  margin-left: 20px;
}

main .about-us .about-us-title .container .en-title {
  font-family: DINCond-Regular;
  /* font-size: 34px; */
  font-size: 20px;
  color: #999999;
}

main .about-us .about-us-container {
  width: 100%;
  background-color: #ffffff;
}

main .about-us .about-us-container .content {
  padding: 40px 0;
}

main .about-us .about-us-container .content img {
  max-width: 100%;
}

main .contact-us {
  width: 100%;
}

main .contact-us .contact-us-title {
  width: 100%;
  height: 180px;
  background-color: #ffffff;
}

main .contact-us .contact-us-title .container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 52px;
  padding-bottom: 38px;
  text-align: center;
}

main .contact-us .contact-us-title .container .cn-title {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #44546b;
  margin-bottom: 20px;
}

main .contact-us .contact-us-title .container .cn-title span {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #f3930b;
}

main .contact-us .contact-us-title .container .cn-title:before {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #d3d3d3;
  vertical-align: middle;
  margin-right: 20px;
}

main .contact-us .contact-us-title .container .cn-title:after {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #d3d3d3;
  vertical-align: middle;
  margin-left: 20px;
}

main .contact-us .contact-us-title .container .en-title {
  font-family: DINCond-Regular;
  /*font-size: 34px;*/
  font-size: 20px;
  color: #999999;
}

main .contact-us .contact-us-container {
  width: 1200px;
  margin: 0 auto;
}

main .contact-us .contact-us-container .container {
  width: 100%;
  font-size: 0%;
  height: 494px;
}

main .contact-us .contact-us-container .container .container-left {
  width: 50%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  /* border-radius: 124px 0 0 0; */
}

main .contact-us .contact-us-container .container .container-right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 100%;
  background-color: #f6f6f6;
  border-radius: 0px 124px 0 0;
  padding-left: 70px;
  padding-top: 70px;
  padding-right: 86px;
}

main .contact-us .contact-us-container .container .container-right .right-title {
  font-family: SourceHanSansSC-Bold;
  font-size: 24px;
  font-weight: bold;
  color: #f3930b;
  margin-bottom: 30px;
}

main .contact-us .contact-us-container .container .container-right .right-content {
  width: 100%;
  font-size: 0;
  padding: 20px 0;
  border-top: 1px dashed #d4d4d4;
}

main .contact-us .contact-us-container .container .container-right .right-content .content-left {
  display: inline-block;
  width: 18px;
  vertical-align: top;
}

main .contact-us .contact-us-container .container .container-right .right-content .content-left img {
  width: 100%;
}

main .contact-us .contact-us-container .container .container-right .right-content .content-right {
  width: 410px;
  margin-left: 12px;
  display: inline-block;
  vertical-align: top;
}

main .contact-us .contact-us-container .container .container-right .right-content .content-right .right-a {
  font-family: SourceHanSansSC-Medium;
  font-size: 16px;
  color: #000000;
  margin-bottom: 8px;
}

main .contact-us .contact-us-container .container .container-right .right-content .content-right .right-b {
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  color: #595e68;
}

main .contact-us .contact-us-container .container-content {
  width: 100%;
  overflow: hidden;
  margin-top: 55px;
  padding-bottom: 60px;
}

main .contact-us .contact-us-container .container-content .content-box {
  width: 1230px;
  font-size: 0;
}

main .contact-us .contact-us-container .container-content .content-box .content {
  width: 585px;
  height: 200px;
  background-color: #ffffff;
  margin-right: 30px;
  display: inline-block;
  padding: 0 42px;
  padding-top: 30px;
  border: solid 1px #eeeeee;
  margin-bottom: 30px;
  vertical-align: top;
}

main .contact-us .contact-us-container .container-content .content-box .content .content-title {
  width: 100%;
  font-family: SourceHanSansSC-Regular;
  font-size: 24px;
  color: #333333;
  margin-bottom: 20px;
}

main .contact-us .contact-us-container .container-content .content-box .content .content-title:after {
  content: '';
  display: block;
  width: 40px;
  border-bottom: 3px solid #f3930b;
  margin-top: 18px;
}

main .contact-us .contact-us-container .container-content .content-box .content .content-phone {
  width: 100%;
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  color: #595e68;
  margin-bottom: 23px;
}

main .contact-us .contact-us-container .container-content .content-box .content .content-address {
  width: 100%;
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  color: #595e68;
}

main .contact-us .contact-us-container .container-content .content-box .content:hover {
  -webkit-box-shadow: 15px 10px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 15px 10px 15px 0px rgba(0, 0, 0, 0.1);
  border: none;
}

main .subsidiary-company {
  width: 100%;
  position: relative;
}

main .subsidiary-company .company-nav {
  width: 100%;
  position: absolute;
  top: -70px;
  left: 0;
}

main .subsidiary-company .company-nav .nav-container {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  height: 70px;
}

main .subsidiary-company .company-nav .nav-container .content {
  width: 198px;
  height: 100%;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  margin-right: 2px;
  background-color: rgba(244, 244, 245, 0.9);
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  color: #44546b;
  cursor: pointer;
}

main .subsidiary-company .company-nav .nav-container .content:last-child {
  margin-right: 0;
}

main .subsidiary-company .company-nav .nav-container .content:hover {
  background-color: #f3930b;
  color: #ffffff;
}

main .subsidiary-company .company-nav .nav-container .content.active {
  background-color: #f3930b;
  color: #ffffff;
}

main .subsidiary-company .subsidiary-company-container {
  width: 100%;
}

main .subsidiary-company .subsidiary-company-container .container-a {
  width: 100%;
  padding-top: 106px;
  padding-bottom: 86px;
}

main .subsidiary-company .subsidiary-company-container .container-a .container-content {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  height: 450px;
  line-height: 450px;
}

main .subsidiary-company .subsidiary-company-container .container-a .container-content .content-left {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 530px;
  padding-top: 50px;
}

main .subsidiary-company .subsidiary-company-container .container-a .container-content .content-left .cn-title {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #333333;
  margin-bottom: 30px;
  width: 100%;
}

main .subsidiary-company .subsidiary-company-container .container-a .container-content .content-left .cn-title span {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #f3930b;
}

main .subsidiary-company .subsidiary-company-container .container-a .container-content .content-left .dividing-line {
  width: 78px;
  height: 3px;
  background-color: #dddddd;
  text-align: center;
  margin-bottom: 37px;
}

main .subsidiary-company .subsidiary-company-container .container-a .container-content .content-left .dividing-line .line {
  width: 26px;
  height: 3px;
  background-color: #f3930b;
  display: inline-block;
}

main .subsidiary-company .subsidiary-company-container .container-a .container-content .content-left .en-title {
  font-family: DINCond-Regular;
  font-size: 24px;
  /* color: rgba(0, 0, 0, 0.2); */
  color: #999;
  width: 100%;
  margin-bottom: 39px;
}

main .subsidiary-company .subsidiary-company-container .container-a .container-content .content-left .content-text {
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}

main .subsidiary-company .subsidiary-company-container .container-a .container-content .content-right {
  float: right;
  display: inline-block;
  vertical-align: top;
  width: 600px;
  height: 100%;
  background-color: #1482d8;
  overflow: hidden;
}

main .subsidiary-company .subsidiary-company-container .container-a .container-content .content-right img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .6s;
  transition: all .6s;
}

main .subsidiary-company .subsidiary-company-container .container-a .container-content .content-right img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

main .subsidiary-company .subsidiary-company-container .container-b {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 67px;
  padding-bottom: 78px;
}

main .subsidiary-company .subsidiary-company-container .container-b .container-content {
  width: 1200px;
  margin: 0 auto;
}

main .subsidiary-company .subsidiary-company-container .container-b .container-content .content-title {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 20px;
}

main .subsidiary-company .subsidiary-company-container .container-b .container-content .en-title {
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #999;
  margin-bottom: 20px;
}

main .subsidiary-company .subsidiary-company-container .container-b .container-content .dividing-line {
  width: 78px;
  height: 3px;
  background-color: #dddddd;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 47px;
}

main .subsidiary-company .subsidiary-company-container .container-b .container-content .dividing-line .line {
  width: 26px;
  height: 3px;
  background-color: #f3930b;
  display: inline-block;
  vertical-align: top;
}

main .subsidiary-company .subsidiary-company-container .container-b .container-content .content-text {
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  width: 100%;
  margin-bottom: 55px;
}

main .subsidiary-company .subsidiary-company-container .container-b .container-content .content-img {
  width: 100%;
  overflow: hidden;
}

main .subsidiary-company .subsidiary-company-container .container-b .container-content .content-img .img-box {
  width: 1218px;
  font-size: 0;
  text-align: center;
}

main .subsidiary-company .subsidiary-company-container .container-b .container-content .content-img .img-box img {
  display: inline-block;
  margin-right: 18px;
  width: 388px;
  height: 280px;
  margin-bottom: 18px;
}

main .company-introduction {
  width: 100%;
  position: relative;
}

main .company-introduction .introduction-nav {
  width: 100%;
  position: absolute;
  top: -70px;
  left: 0;
}

main .company-introduction .introduction-nav .nav-container {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  height: 70px;
}

main .company-introduction .introduction-nav .nav-container .content {
  width: 198px;
  height: 100%;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  margin-right: 2px;
  background-color: rgba(244, 244, 245, 0.9);
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  color: #44546b;
  cursor: pointer;
}

main .company-introduction .introduction-nav .nav-container .content:last-child {
  margin-right: 0;
}

main .company-introduction .introduction-nav .nav-container .content:hover {
  background-color: #f3930b;
  color: #ffffff;
}

main .company-introduction .introduction-nav .nav-container .content.active {
  background-color: #f3930b;
  color: #ffffff;
}

main .company-introduction .company-introduction-title {
  width: 100%;
  height: 180px;
  background-color: #ffffff;
}

main .company-introduction .company-introduction-title .container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 52px;
  padding-bottom: 38px;
  text-align: center;
}

main .company-introduction .company-introduction-title .container .cn-title {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #44546b;
  margin-bottom: 20px;
}

main .company-introduction .company-introduction-title .container .cn-title span {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #f3930b;
}

main .company-introduction .company-introduction-title .container .cn-title:before {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #d3d3d3;
  vertical-align: middle;
  margin-right: 20px;
}

main .company-introduction .company-introduction-title .container .cn-title:after {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #d3d3d3;
  vertical-align: middle;
  margin-left: 20px;
}

main .company-introduction .company-introduction-title .container .en-title {
  font-family: DINCond-Regular;
  /* font-size: 34px; */
  font-size: 20px;
  color: #999999;
}

main .company-introduction .company-introduction-container {
  width: 100%;
}

main .company-introduction .company-introduction-container .container-content {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
}

main .company-introduction .company-introduction-container .container-content .container-box {
  width: 100%;
  margin-bottom: 50px;
}

main .company-introduction .company-introduction-container .container-content .container-box .container-a {
  display: inline-block;
  float: left;
  border-right: 1px solid #e5e5e5;
  width: 400px;
}

main .company-introduction .company-introduction-container .container-content .container-box .container-a .content {
  width: 100%;
  padding-right: 30px;
  font-size: 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 20px;
  margin-bottom: 30px;
}

main .company-introduction .company-introduction-container .container-content .container-box .container-a .content .content-left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

main .company-introduction .company-introduction-container .container-content .container-box .container-a .content .content-left .content-a {
  width: 100%;
  font-family: SourceHanSansSC-Regular;
  font-size: 27px;
  color: #333333;
  margin-bottom: 50px;
}

main .company-introduction .company-introduction-container .container-content .container-box .container-a .content .content-left .content-b {
  width: 100%;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px;
}

main .company-introduction .company-introduction-container .container-content .container-box .container-a .content .content-left .content-b span {
  font-family: Humanist777BT-BlackB;
  font-size: 49px;
  color: #566c8b;
}

main .company-introduction .company-introduction-container .container-content .container-box .container-a .content .content-left .content-c {
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  color: #8b9dc0;
}

main .company-introduction .company-introduction-container .container-content .container-box .container-a .content .content-right {
  display: inline-block;
  width: 50%;
}

main .company-introduction .company-introduction-container .container-content .container-box .container-a .content .content-right img {
  width: 100%;
}

main .company-introduction .company-introduction-container .container-content .container-box .container-a .content:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

main .company-introduction .company-introduction-container .container-content .container-box .container-b {
  display: inline-block;
  float: right;
  width: 740px;
}

main .company-introduction .company-introduction-container .container-content .container-box .container-b p {
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  line-height: 34px;
  color: #999999;
}

main .company-introduction .company-introduction-container .container-content .container-img {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 50px;
}

main .company-introduction .company-introduction-container .container-content .container-img .content-img {
  width: 1203px;
  font-size: 0;
}

main .company-introduction .company-introduction-container .container-content .container-img .content-img div {
  display: inline-block;
  margin-right: 3px;
  width: 398px;
  height: 280px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

main .company-introduction .company-introduction-container .container-content:nth-child(2n) .container-box .container-a {
  float: right;
}

main .company-introduction .company-introduction-container .container-content:nth-child(2n) .container-box .container-b {
  float: left;
}

main .development-history {
  width: 100%;
  position: relative;
}

main .development-history .history-nav {
  width: 100%;
  position: absolute;
  top: -70px;
  left: 0;
}

main .development-history .history-nav .nav-container {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  height: 70px;
}

main .development-history .history-nav .nav-container .content {
  width: 198px;
  height: 100%;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  margin-right: 2px;
  background-color: rgba(244, 244, 245, 0.9);
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  color: #44546b;
  cursor: pointer;
}

main .development-history .history-nav .nav-container .content:last-child {
  margin-right: 0;
}

main .development-history .history-nav .nav-container .content:hover {
  background-color: #f3930b;
  color: #ffffff;
}

main .development-history .history-nav .nav-container .content.active {
  background-color: #f3930b;
  color: #ffffff;
}

main .development-history .company-introduction-title {
  width: 100%;
  height: 180px;
  background-color: #ffffff;
}

main .development-history .company-introduction-title .container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 52px;
  padding-bottom: 38px;
  text-align: center;
}

main .development-history .company-introduction-title .container .cn-title {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #44546b;
  margin-bottom: 20px;
}

main .development-history .company-introduction-title .container .cn-title span {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #f3930b;
}

main .development-history .company-introduction-title .container .cn-title:before {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #d3d3d3;
  vertical-align: middle;
  margin-right: 20px;
}

main .development-history .company-introduction-title .container .cn-title:after {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #d3d3d3;
  vertical-align: middle;
  margin-left: 20px;
}

main .development-history .company-introduction-title .container .en-title {
  font-family: DINCond-Regular;
  /* font-size: 34px; */
  font-size: 20px;
  color: #999999;
}

main .development-history .development-history-container {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 110px;
}

main .development-history .development-history-container .container-slick {
  width: 100%;
  position: relative;
  margin-bottom: 70px;
}

main .development-history .development-history-container .container-slick:before {
  content: '';
  display: inline-block;
  border: solid 2px #bbbbbb;
  width: 100%;
  position: absolute;
  top: 45px;
  left: 0;
}

main .development-history .development-history-container .container-slick .history-slick {
  width: 100%;
  position: relative;
}

main .development-history .development-history-container .container-slick .history-slick .content {
  width: 162px;
  text-align: center;
}

main .development-history .development-history-container .container-slick .history-slick .content .date {
  font-family: DINCond-Regular;
  font-size: 30px;
  color: #a7a7a7;
  margin-bottom: 10px;
}

main .development-history .development-history-container .container-slick .history-slick .content .radius {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: solid 3px #bbbbbb;
  border-radius: 50%;
  margin: 0 auto;
}

main .development-history .development-history-container .container-slick .history-slick .content.active .date {
  color: #f3930b;
}

main .development-history .development-history-container .container-slick .history-slick .content.active .radius {
  background-color: #f3930b;
  border: solid 3px #f3930b;
}

main .development-history .development-history-container .container-slick .history-slick .slick-arrow {
  font-size: 0;
  border: none;
  background: none;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1), 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1), 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  position: absolute;
  top: 15px;
  cursor: pointer;
}

main .development-history .development-history-container .container-slick .history-slick .slick-prev {
  left: -70px;
  background-image: url(../images/116.png);
  background-position: center center;
  background-size: 10px 18px;
  background-repeat: no-repeat;
}

main .development-history .development-history-container .container-slick .history-slick .slick-prev:hover {
  background-image: url(../images/117.png);
  background-color: #f3930b;
}

main .development-history .development-history-container .container-slick .history-slick .slick-next {
  right: -70px;
  background-image: url(../images/118.png);
  background-position: center center;
  background-size: 10px 18px;
  background-repeat: no-repeat;
}

main .development-history .development-history-container .container-slick .history-slick .slick-next:hover {
  background-image: url(../images/119.png);
  background-color: #f3930b;
}

main .development-history .development-history-container .container-content {
  width: 100%;
}

main .development-history .development-history-container .container-content .content {
  width: 100%;
}

main .development-history .development-history-container .container-content .content .content-left {
  float: left;
  width: 650px;
}

main .development-history .development-history-container .container-content .content .content-left p {
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  line-height: 37px;
  color: #999999;
}

main .development-history .development-history-container .container-content .content .content-right {
  float: right;
  width: 480px;
  height: 300px;
  background-color: #e20212;
}

main .development-history .development-history-container .container-content .content .content-right img {
  width: 100%;
  height: 100%;
}

main .company-culture {
  width: 100%;
  position: relative;
}

main .company-culture .culture-nav {
  width: 100%;
  position: absolute;
  top: -70px;
  left: 0;
}

main .company-culture .culture-nav .nav-container {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  height: 70px;
}

main .company-culture .culture-nav .nav-container .content {
  width: 198px;
  height: 100%;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  margin-right: 2px;
  background-color: rgba(244, 244, 245, 0.9);
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  color: #44546b;
  cursor: pointer;
}

main .company-culture .culture-nav .nav-container .content:last-child {
  margin-right: 0;
}

main .company-culture .culture-nav .nav-container .content:hover {
  background-color: #f3930b;
  color: #ffffff;
}

main .company-culture .culture-nav .nav-container .content.active {
  background-color: #f3930b;
  color: #ffffff;
}

main .company-culture .company-culture-title {
  width: 100%;
  height: 180px;
  background-color: #ffffff;
}

main .company-culture .company-culture-title .container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 52px;
  padding-bottom: 38px;
  text-align: center;
}

main .company-culture .company-culture-title .container .cn-title {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #44546b;
  margin-bottom: 20px;
}

main .company-culture .company-culture-title .container .cn-title span {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #f3930b;
}

main .company-culture .company-culture-title .container .cn-title:before {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #d3d3d3;
  vertical-align: middle;
  margin-right: 20px;
}

main .company-culture .company-culture-title .container .cn-title:after {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #d3d3d3;
  vertical-align: middle;
  margin-left: 20px;
}

main .company-culture .company-culture-title .container .en-title {
  font-family: DINCond-Regular;
  /* font-size: 34px; */
  font-size: 20px;
  color: #999999;
}

main .company-culture .company-culture-container {
  width: 100%;
  padding-bottom: 180px;
}

main .company-culture .company-culture-container .container {
  width: 1200px;
  margin: 0 auto;
}

main .company-culture .company-culture-container .container .container-left {
  float: left;
  width: 610px;
  position: relative;
}

main .company-culture .company-culture-container .container .container-left .content {
  width: 100%;
  font-size: 0;
  margin-bottom: 40px;
}

main .company-culture .company-culture-container .container .container-left .content .content-a {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #f3930b;
  border-radius: 50%;
  vertical-align: top;
  margin-top: 6px;
  position: relative;
}

main .company-culture .company-culture-container .container .container-left .content .content-b {
  display: inline-block;
  width: 580px;
  margin-left: 20px;
  vertical-align: top;
}

main .company-culture .company-culture-container .container .container-left .content .content-b .content-title {
  font-family: SourceHanSansSC-Regular;
  font-size: 22px;
  line-height: 24px;
  color: #f3930b;
  margin-bottom: 23px;
}

main .company-culture .company-culture-container .container .container-left .content .content-b .content-text {
  width: 100%;
}

main .company-culture .company-culture-container .container .container-left .content .content-b .content-text p {
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

main .company-culture .company-culture-container .container .container-left:before {
  content: '';
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3930b), to(#fff));
  background-image: linear-gradient(#f3930b, #fff);
  height: 100%;
  width: 2px;
  position: absolute;
  top: 10px;
  left: 3px;
}

main .company-culture .company-culture-container .container .container-right {
  float: right;
  width: 520px;
}

main .company-culture .company-culture-container .container .container-right img {
  width: 100%;
}

main .honor-certificate {
  width: 100%;
  position: relative;
}

main .honor-certificate .certificate-nav {
  width: 100%;
  position: absolute;
  top: -70px;
  left: 0;
}

main .honor-certificate .certificate-nav .nav-container {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  height: 70px;
}

main .honor-certificate .certificate-nav .nav-container .content {
  width: 198px;
  height: 100%;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  margin-right: 2px;
  background-color: rgba(244, 244, 245, 0.9);
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  color: #44546b;
  cursor: pointer;
}

main .honor-certificate .certificate-nav .nav-container .content:last-child {
  margin-right: 0;
}

main .honor-certificate .certificate-nav .nav-container .content:hover {
  background-color: #f3930b;
  color: #ffffff;
}

main .honor-certificate .certificate-nav .nav-container .content.active {
  background-color: #f3930b;
  color: #ffffff;
}

main .honor-certificate .honor-certificate-title {
  width: 100%;
  height: 180px;
  background-color: #ffffff;
}

main .honor-certificate .honor-certificate-title .container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 52px;
  padding-bottom: 38px;
  text-align: center;
}

main .honor-certificate .honor-certificate-title .container .cn-title {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #44546b;
  margin-bottom: 20px;
}

main .honor-certificate .honor-certificate-title .container .cn-title span {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #f3930b;
}

main .honor-certificate .honor-certificate-title .container .cn-title:before {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #d3d3d3;
  vertical-align: middle;
  margin-right: 20px;
}

main .honor-certificate .honor-certificate-title .container .cn-title:after {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #d3d3d3;
  vertical-align: middle;
  margin-left: 20px;
}

main .honor-certificate .honor-certificate-title .container .en-title {
  font-family: DINCond-Regular;
  /* font-size: 34px; */
  font-size: 20px;
  color: #999999;
}

main .honor-certificate .honor-certificate-container {
  width: 100%;
  padding-bottom: 124px;
}

main .honor-certificate .honor-certificate-container .container-content {
  width: 1200px;
  margin: 0 auto;
  height: 340px;
  margin-bottom: 35px;
}

main .honor-certificate .honor-certificate-container .container-content .content-left {
  float: left;
  width: 630px;
  height: 100%;
}

main .honor-certificate .honor-certificate-container .container-content .content-left .content {
  width: 100%;
  font-size: 0;
  margin-bottom: 30px;
}

main .honor-certificate .honor-certificate-container .container-content .content-left .content .content-img {
  width: 16px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}

main .honor-certificate .honor-certificate-container .container-content .content-left .content .content-img img {
  width: 100%;
  height: 100%;
}

main .honor-certificate .honor-certificate-container .container-content .content-left .content .content-text {
  display: inline-block;
  width: 600px;
  margin-left: 14px;
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

main .honor-certificate .honor-certificate-container .container-content .content-left .mCSB_scrollTools {
  opacity: 1;
}

main .honor-certificate .honor-certificate-container .container-content .content-left .mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #dedede;
  -webkit-filter: none;
          filter: none;
  -ms-filter: none;
}

main .honor-certificate .honor-certificate-container .container-content .content-left .mCSB_scrollTools .mCSB_dragger {
  height: 12px !important;
}

main .honor-certificate .honor-certificate-container .container-content .content-left .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  height: 12px;
  background-color: #f3930b;
  border-radius: 6px;
  -webkit-filter: none;
          filter: none;
  -ms-filter: none;
}

main .honor-certificate .honor-certificate-container .container-content .content-left .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
main .honor-certificate .honor-certificate-container .container-content .content-left .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #f3930b;
  -webkit-filter: none;
          filter: none;
  -ms-filter: none;
}

main .honor-certificate .honor-certificate-container .container-content .content-left .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #f3930b;
  -webkit-filter: none;
          filter: none;
  -ms-filter: none;
}

main .honor-certificate .honor-certificate-container .container-content .content-left .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

main .honor-certificate .honor-certificate-container .container-content .content-right {
  float: right;
  width: 500px;
  height: 100%;
  background-color: #000000;
}

main .honor-certificate .honor-certificate-container .container-content .content-right img {
  width: 100%;
  height: 100%;
}

main .honor-certificate .honor-certificate-container .certificate-container {
  width: 1200px;
  margin: 0 auto;
}

main .honor-certificate .honor-certificate-container .certificate-container .certificate-slick {
  width: 100%;
  font-size: 0;
  position: relative;
}

main .honor-certificate .honor-certificate-container .certificate-container .certificate-slick .certificate-content {
  margin-right: 12px;
}

main .honor-certificate .honor-certificate-container .certificate-container .certificate-slick .certificate-content .content-img {
  width: 100%;
  height: 400px;
  display: table;
  table-layout: fixed;
}

main .honor-certificate .honor-certificate-container .certificate-container .certificate-slick .certificate-content .content-img .img-box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}

main .honor-certificate .honor-certificate-container .certificate-container .certificate-slick .certificate-content .content-img .img-box img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 400px;
  display: inline-block;
}

main .honor-certificate .honor-certificate-container .certificate-container .certificate-slick .certificate-content .content-text {
  width: 100%;
  height: 74px;
  background-color: #41556d;
  line-height: 74px;
  text-align: center;
  font-family: AdobeHeitiStd-Regular;
  font-size: 16px;
  color: #ffffff;
}

main .honor-certificate .honor-certificate-container .certificate-container .certificate-slick .slick-arrow {
  font-size: 0;
  border: none;
  background: none;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1), 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1), 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  position: absolute;
  top: 45%;
  cursor: pointer;
}

main .honor-certificate .honor-certificate-container .certificate-container .certificate-slick .slick-prev {
  left: -70px;
  background-image: url(../images/116.png);
  background-position: center center;
  background-size: 10px 18px;
  background-repeat: no-repeat;
}

main .honor-certificate .honor-certificate-container .certificate-container .certificate-slick .slick-prev:hover {
  background-image: url(../images/117.png);
  background-color: #f3930b;
}

main .honor-certificate .honor-certificate-container .certificate-container .certificate-slick .slick-next {
  right: -70px;
  background-image: url(../images/118.png);
  background-position: center center;
  background-size: 10px 18px;
  background-repeat: no-repeat;
}

main .honor-certificate .honor-certificate-container .certificate-container .certificate-slick .slick-next:hover {
  background-image: url(../images/119.png);
  background-color: #f3930b;
}

main .honor-certificate .honor-certificate-container .pswp__bg {
  opacity: 0.8 !important;
}

main .service-area {
  width: 100%;
  position: relative;
}

main .service-area .area-nav {
  width: 100%;
  position: absolute;
  top: -70px;
  left: 0;
}

main .service-area .area-nav .nav-container {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  height: 70px;
}

main .service-area .area-nav .nav-container .content {
  width: 298px;
  height: 100%;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  margin-right: 2px;
  background-color: rgba(244, 244, 245, 0.9);
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  color: #44546b;
  cursor: pointer;
}

main .service-area .area-nav .nav-container .content:last-child {
  margin-right: 0;
}

main .service-area .area-nav .nav-container .content:hover {
  background-color: #f3930b;
  color: #ffffff;
}

main .service-area .area-nav .nav-container .content.active {
  background-color: #f3930b;
  color: #ffffff;
}

main .service-area .service-area-title {
  width: 100%;
  height: 180px;
  background-color: #efefef;
}

main .service-area .service-area-title .container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 52px;
  padding-bottom: 38px;
  text-align: center;
}

main .service-area .service-area-title .container .cn-title {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #44546b;
  margin-bottom: 20px;
}

main .service-area .service-area-title .container .cn-title span {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  color: #f3930b;
}

main .service-area .service-area-title .container .cn-title:before {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #d3d3d3;
  vertical-align: middle;
  margin-right: 20px;
}

main .service-area .service-area-title .container .cn-title:after {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #d3d3d3;
  vertical-align: middle;
  margin-left: 20px;
}

main .service-area .service-area-title .container .en-title {
  font-family: DINCond-Regular;
  /*font-size: 34px;*/
  font-size: 20px;
  color: #999999;
}

main .service-area .service-area-container {
  width: 100%;
}

main .service-area .service-area-container .container {
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 74px;
  padding-bottom: 92px;
}

main .service-area .service-area-container .container .content {
  width: 1280px;
  margin: 0 auto;
}

main .service-area .service-area-container .container .content .content-left {
  float: left;
  width: 470px;
  padding-top: 98px;
}

main .service-area .service-area-container .container .content .content-left .left-box {
  width: 100%;
  margin-bottom: 60px;
}

main .service-area .service-area-container .container .content .content-left .left-box .left-a {
  width: 100%;
}

main .service-area .service-area-container .container .content .content-left .left-box .left-a .content-title {
  font-family: SourceHanSansSC-Bold;
  font-size: 42px;
  font-weight: bold;
  color: #f3930b;
  margin-bottom: 12px;
}

main .service-area .service-area-container .container .content .content-left .left-box .left-a .content-text {
  font-family: SourceHanSansSC-Normal;
  /* font-size: 38px; */
  font-size: 23px;
  color: #ffffff;
  margin-bottom: 50px;
  line-height: 1.3;
}

main .service-area .service-area-container .container .content .content-left .left-box .left-a .content-text:after {
  content: '';
  display: block;
  width: 34px;
  border-bottom: 1px solid #fff;
  margin-top: 32px;
}

main .service-area .service-area-container .container .content .content-left .left-box .left-a .content-details {
  font-family: SourceHanSansSC-Regular;
  font-size: 18px;
  line-height: 29px;
  color: #9199a4;
  margin-bottom: 65px;
}

main .service-area .service-area-container .container .content .content-left .left-box .left-a .see-more {
  font-size: 0;
  width: 210px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #f3930b;
  cursor: pointer;
}

main .service-area .service-area-container .container .content .content-left .left-box .left-a .see-more .more {
  display: inline-block;
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  color: #ffffff;
  vertical-align: middle;
}

main .service-area .service-area-container .container .content .content-left .left-box .left-a .see-more .more-img {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  margin-left: 10px;
}

main .service-area .service-area-container .container .content .content-left .left-box .left-a .see-more .more-img img {
  width: 100%;
  height: 100%;
}

main .service-area .service-area-container .container .content .content-left .left-num {
  font-size: 0;
  width: 100%;
}

main .service-area .service-area-container .container .content .content-left .left-num .num-a {
  display: inline-block;
  width: 33.3%;
}

main .service-area .service-area-container .container .content .content-left .left-num .num-a .num {
  font-family: AdobeHeitiStd-Regular;
  /*font-size: 14px;*/
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 18px;
}

main .service-area .service-area-container .container .content .content-left .left-num .num-a .num span {
  font-family: Humanist777BT-BlackB;
  font-size: 49px;
  color: #ffffff;
}

main .service-area .service-area-container .container .content .content-left .left-num .num-a .num-text {
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  color: #ffffff;
}

main .service-area .service-area-container .container .content .content-right {
  float: right;
  width: 738px;
  height: 640px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

main .service-area .service-area-container .container .content .content-right .xinjiang {
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 16px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 204px;
  left: 100px;
}

main .service-area .service-area-container .container .content .content-right .neimenggu {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 215px;
  left: 390px;
}

main .service-area .service-area-container .container .content .content-right .heilongjiang {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 92px;
  right: 35px;
}

main .service-area .service-area-container .container .content .content-right .liaoning {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 212px;
  right: 104px;
}

main .service-area .service-area-container .container .content .content-right .beijing {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 218px;
  right: 189px;
}

main .service-area .service-area-container .container .content .content-right .tianjin {
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 248px;
  right: 202px;
}

main .service-area .service-area-container .container .content .content-right .hebei {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 264px;
  right: 190px;
}

main .service-area .service-area-container .container .content .content-right .shandong {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 298px;
  right: 156px;
}

main .service-area .service-area-container .container .content .content-right .jiangsu {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 345px;
  right: 133px;
}

main .service-area .service-area-container .container .content .content-right .anhui {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 380px;
  right: 164px;
}

main .service-area .service-area-container .container .content .content-right .zhejian {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 422px;
  right: 114px;
}

main .service-area .service-area-container .container .content .content-right .fujian {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 486px;
  right: 136px;
}

main .service-area .service-area-container .container .content .content-right .guangdong {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 538px;
  right: 196px;
}

main .service-area .service-area-container .container .content .content-right .henan {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 348px;
  right: 212px;
}

main .service-area .service-area-container .container .content .content-right .hubei {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 394px;
  right: 227px;
}

main .service-area .service-area-container .container .content .content-right .shanxi {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 340px;
  right: 287px;
}

main .service-area .service-area-container .container .content .content-right .ganshu {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 330px;
  right: 340px;
}

main .service-area .service-area-container .container .content .content-right .sichuan {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 390px;
  right: 372px;
}

main .service-area .service-area-container .container .content .content-right .hunan {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 478px;
  right: 246px;
}

main .service-area .service-area-container .container .content .content-right .guizhou {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 473px;
  right: 307px;
}

main .service-area .service-area-container .container .content .content-right .guangxi {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 530px;
  right: 276px;
}

main .service-area .service-area-container .container .content .content-right .hainan {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #8495ad;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 596px;
  right: 272px;
}

main .service-area .service-area-container .container .content .content-right div:hover {
  background-color: #f3930b;
  color: #fff;
}

main .service-area .service-area-container .container .content .content-right div.active {
  background-color: #f3930b;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */